- 15 5月, 2020 1 次提交
-
-
由 snazarki 提交于
Reviewed-by: andrew, aph
-
- 02 11月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar, ksrini
-
- 31 5月, 2012 1 次提交
-
-
由 mduigou 提交于
Summary: All of the hashing based Map implementations: HashMap, Hashtable, LinkedHashMap, WeakHashMap and ConcurrentHashMap are modified to use an enhanced hashing algorithm for string keys when the capacity of the hash table has ever grown beyond 512 entries. The enhanced hashing implementation uses the murmur3 hashing algorithm along with random hash seeds and index masks. These enhancements mitigate cases where colliding String hash values could result in a performance bottleneck. Reviewed-by: alanb, forax, dl
-
- 29 12月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: xdono
-
- 21 9月, 2010 1 次提交
-
-
由 dl 提交于
Summary: Extend techniques developed for ConcurrentLinkedQueue and LinkedTransferQueue to implement a non-blocking concurrent Deque with interior removes. Reviewed-by: martin, dholmes, chegar
-
- 26 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: darcy, weijun
-
- 03 11月, 2009 1 次提交
-
-
由 dl 提交于
6865571: Add a lightweight task framework known as ForkJoin 6445158: Phaser - an improved CyclicBarrier 6865579: Add TransferQueue/LinkedTransferQueue Reviewed-by: martin, chegar, dice
-
- 26 8月, 2009 1 次提交
-
-
由 dl 提交于
Summary: Fix all known flaky tests, plus minor maintenance Reviewed-by: martin, chegar
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-