CurveBS IO Processing Flowmajority replicas case with all replicas case on write latency difference: https://github.com/ceph/ceph/pull/15027In the test, the average latency was reduced by 11.5% and the IOPS increased by 13% in0 码力 | 13 页 | 2.03 MB | 6 月前3
TVM Meetup: QuantizationAmazon Web Services, Inc. or its Affiliates. All rights reserved. Performance Comparison • Metric – Latency in ms for batch size = 1 • 1.7x speedup on Inception asymmetric quantized model • Mobilenet requires0 码力 | 19 页 | 489.50 KB | 6 月前3
RDBMSとNoSQLのメリットを併せ持つクラウドネイティブなNewSQLデータベース
「TiDB」をKubernetesで動かしてみよう!TiDB の弱点 TiDB は分散されてデータが配置されており、SQL を処理す るコンポーネントもストレージ部分と切り離されている性質 上、どうしてもトランザクションにネットワーク等の latency が乗ってくることになります つまり数 ms 以内でクエリを返さなければならない要件のシ ステムには不向き? また、データは通常 3 つに冗長されて保存されるのでスト レージはそれなりに膨らむでしょう0 码力 | 71 页 | 6.65 MB | 1 年前3
Krita 5.2 マニュアル
blending mode will darken and interact with each base color differently. Then, using a brush with low flow (~0.30), we can pick the resulting colors and lay down more layers. Not only does this help you Enabled -- Always use this regardless of Tradeoff. Disabled -- Never use this regardless of Tradeoff. Low resolution DC Where the previous two options covered the fine-grain parts of a progressive-encoded image for progressive decoding. Because DCT can be variable-size in JPEG XL, you can opt to use a low-resolution image in addition. This should result in a better preview, though the file size will be0 码力 | 1591 页 | 79.16 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2023.11)concise データの動きを表すための単純化された信号(メッセージに最適です) robust 状態の遷移を表すための複雑な線(複数の状態を作れます) clock period の時間間隔で high と low の状態を繰り返し遷移するクロック信号(pulse, offset を指定することもできます) binary 2 状態(バイナリ)に制限された信号 @ と is を用いて、状態の変化を記述できます。 binary • clock @startuml clock clk with period 1 binary "Enable" as EN @0 EN is low @5 EN is high @10 EN is low @enduml 10.3 メッセージ(相互作用) メッセージは、矢印構文を使います。 @startuml robust "ウェブブラウザ" as WB concise as db @0 as :start @5 as :en_high @10 as :en_low @:en_high-2 as :en_highMinus2 @:start EN is low db is "0x0000" @:en_high EN is high @:en_low EN is low @:en_highMinus2 db is "0xf23a" @:en_high+6 db0 码力 | 545 页 | 7.75 MB | 1 年前3
PlantUML 1.2020.23 言語リファレンスガイドbinary • clock @startuml clock clk with period 1 binary "Enable" as EN @0 EN is low @5 EN is high @10 EN is low @enduml PlantUML 言語リファレンスガイド (1.2020.23) 138 / 305 9.3 メッセージ(相互作用) 9 タイミング図 9.3 メッセージ(相互作用) concise "dataBus" as db @0 as :start @5 as :en_high @10 as :en_low @:start EN is low db is "0x0000" @:en_high EN is high @:en_low EN is low @:en_high-2 db is "0xf23a" @:en_high+6 db is "0x0000" @enduml @0 en is low db is "0x0" addr is "0x03f" rw is low dv is 0 @:write_beg-3 en is high @:write_beg-2 db is "0xDEADBEEF" @:write_beg-1 dv is 1 @:write_beg rw is high @:write_end rw is low dv is low @:write_end+10 码力 | 306 页 | 3.19 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2020.22)binary • clock @startuml clock clk with period 1 binary "Enable" as EN @0 EN is low @5 EN is high @10 EN is low @enduml PlantUML 言語リファレンスガイド (1.2020.22) 127 / 293 9.3 メッセージ(相互作用) 9 タイミング図 9.3 メッセージ(相互作用) concise "dataBus" as db @0 as :start @5 as :en_high @10 as :en_low @:start EN is low db is "0x0000" @:en_high EN is high @:en_low EN is low @:en_high-2 db is "0xf23a" @:en_high+6 db is "0x0000" @enduml @0 en is low db is "0x0" addr is "0x03f" rw is low dv is 0 @:write_beg-3 en is high @:write_beg-2 db is "0xDEADBEEF" @:write_beg-1 dv is 1 @:write_beg rw is high @:write_end rw is low dv is low @:write_end+10 码力 | 294 页 | 3.11 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.1)binary • clock @startuml clock clk with period 1 binary "Enable" as EN @0 EN is low @5 EN is high @10 EN is low @enduml PlantUML 言語リファレンスガイド (1.2021.1) 181 / 392 10.3 メッセージ(相互作用) 10 タイミング図 10.3 concise "dataBus" as db @0 as :start @5 as :en_high @10 as :en_low @:start EN is low db is "0x0000" @:en_high EN is high @:en_low EN is low @:en_high-2 db is "0xf23a" @:en_high+6 db is "0x0000" @enduml @0 en is low db is "0x0" addr is "0x03f" rw is low dv is 0 @:write_beg-3 en is high @:write_beg-2 db is "0xDEADBEEF" @:write_beg-1 dv is 1 @:write_beg rw is high @:write_end rw is low dv is low @:write_end+10 码力 | 393 页 | 4.27 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.2)binary • clock @startuml clock clk with period 1 binary "Enable" as EN @0 EN is low @5 EN is high @10 EN is low @enduml PlantUML 言語リファレンスガイド (1.2021.2) 184 / 398 10.3 メッセージ(相互作用) 10 タイミング図 10.3 concise "dataBus" as db @0 as :start @5 as :en_high @10 as :en_low @:start EN is low db is "0x0000" @:en_high EN is high @:en_low EN is low @:en_high-2 db is "0xf23a" @:en_high+6 db is "0x0000" @enduml @0 en is low db is "0x0" addr is "0x03f" rw is low dv is 0 @:write_beg-3 en is high @:write_beg-2 db is "0xDEADBEEF" @:write_beg-1 dv is 1 @:write_beg rw is high @:write_end rw is low dv is low @:write_end+10 码力 | 399 页 | 4.33 MB | 1 年前3
PlantUML 1.2021.3 言語リファレンスガイドbinary • clock @startuml clock clk with period 1 binary "Enable" as EN @0 EN is low @5 EN is high @10 EN is low @enduml PlantUML 言語リファレンスガイド (1.2021.2) 194 / 411 10.3 メッセージ(相互作用) 10 タイミング図 10.3 concise "dataBus" as db @0 as :start @5 as :en_high @10 as :en_low @:start EN is low db is "0x0000" @:en_high EN is high @:en_low EN is low @:en_high-2 db is "0xf23a" @:en_high+6 db is "0x0000" @enduml @0 en is low db is "0x0" addr is "0x03f" rw is low dv is 0 @:write_beg-3 en is high @:write_beg-2 db is "0xDEADBEEF" @:write_beg-1 dv is 1 @:write_beg rw is high @:write_end rw is low dv is low @:write_end+10 码力 | 412 页 | 4.46 MB | 1 年前3
共 12 条
- 1
- 2













