We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d699e commit f20143aCopy full SHA for f20143a
README.md
@@ -1368,7 +1368,7 @@ shortens the GC pauses and/or increases the overall throughput of the system.
1368
`ThreadLocal` are long-living and there is a fixed number of them (e. g. workers of a fixed-sized
1369
`ThreadPoolExecutor`) and there is a greater number of shorter-living `ThreadLocal`-containing
1370
objects, was it considered to **replace the instance-level `ThreadLocal<Val>` with a
1371
-`ConcurrentHashMap<Thread, Val> threadLocalValues` confined to the objects**, accessed via like
+`ConcurrentHashMap<Thread, Val> threadLocalValues` confined to the objects**, accessed like
1372
`threadLocalValues.get(Thread.currentThread())`? This approach requires some confidence and
1373
knowledge about the threading model of the subsystem (see [Dc.2](threading-flow-model)), though it
1374
may also be trivial if Active Object pattern is used (see [Dn.2](#use-patterns)), but is much
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments