- 22 8月, 2013 1 次提交
-
-
由 henryjen 提交于
Reviewed-by: mduigou, smarks
-
- 13 7月, 2013 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: dmocek, martin, smarks
-
- 20 6月, 2013 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: dl, dholmes, plevart
-
- 19 6月, 2013 1 次提交
-
-
由 mduigou 提交于
8016446: Improve forEach/replaceAll for Map, HashMap, Hashtable, IdentityHashMap, WeakHashMap, TreeMap, ConcurrentMap Reviewed-by: forax, mduigou, psandoz Contributed-by: NMike Duigou <mike.duigou@oracle.com>, Remi Forax <forax@univ-mlv.fr>
-
- 12 6月, 2013 1 次提交
-
-
由 henryjen 提交于
Reviewed-by: psandoz, briangoetz, mduigou, plevart
-
- 04 6月, 2013 1 次提交
-
-
由 bchristi 提交于
Summary: HashMap bins with many collisions store entries in balanced trees Reviewed-by: alanb, dl, mduigou
-
- 17 4月, 2013 1 次提交
-
-
由 mduigou 提交于
8010122: Add defaults for ConcurrentMap operations to Map Reviewed-by: darcy, briangoetz, mduigou, dholmes, ulfzibis Contributed-by: NDoug Lea <dl@cs.oswego.edu>, Henry Jen <henry.jen@oracle.com>, Akhil Arora <akhil.arora@oracle.com>, Peter Levart <peter.levart@gmail.com>, Mike Duigou <mike.duigou@oracle.com>
-
- 11 4月, 2013 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: mduigou, alanb, bchristi, martin Contributed-by: NSergey Linetskiy <sergey.linetskiy@oracle.com>, John Rose <john.r.rose@oracle.com>, Mike Duigou <mike.duigou@oracle.com>
-
- 02 4月, 2013 2 次提交
-
-
由 mduigou 提交于
Reviewed-by: darcy, dholmes
-
由 mduigou 提交于
Reviewed-by: mduigou Contributed-by: NSergey Linetskiy <sergey.linetskiy@oracle.com>, John Rose <john.rose@oracle.com>, Mike Duigou <mike.duigou@oracle.com>
-
- 28 2月, 2013 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: alanb
-
- 21 12月, 2012 1 次提交
-
-
由 katleman 提交于
Reviewed-by: ohair
-
- 02 11月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar, ksrini
-
- 17 10月, 2012 1 次提交
-
-
由 ngmr 提交于
Reviewed-by: mduigou, alanb
-
- 19 9月, 2012 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: alanb
-
- 18 9月, 2012 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: alanb
-
- 11 9月, 2012 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: alanb
-
- 16 6月, 2012 1 次提交
-
-
由 mduigou 提交于
Summary: Adds additional tests of Map iterators and Iterator.remove() Reviewed-by: lancea
-
- 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
-
- 26 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: darcy, weijun
-
- 11 3月, 2008 1 次提交
-
-
由 martin 提交于
Reviewed-by: dholmes
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-