Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/austinv11/Long-Map-Benchmarks
/ functions
Functions
76 in github.com/austinv11/Long-Map-Benchmarks
⨍
Functions
76
◇
Types & classes
3
↓ 4 callers
Method
randObject
()
src/jmh/java/com/austinv11/bench/MapTests.java:59
↓ 2 callers
Method
clone
()
src/jmh/java/com/austinv11/bench/MapTests.java:117
↓ 2 callers
Method
eclipseMapCopy
(Context context, MutableLongObjectMap map)
src/jmh/java/com/austinv11/bench/MapTests.java:397
↓ 2 callers
Method
eclipseMapGet
(Context context, MutableLongObjectMap map)
src/jmh/java/com/austinv11/bench/MapTests.java:364
↓ 2 callers
Method
eclipseMapPutRemove
(Context context, MutableLongObjectMap map)
src/jmh/java/com/austinv11/bench/MapTests.java:386
↓ 2 callers
Method
eclipseMapPutUpdate
(Context context, MutableLongObjectMap map)
src/jmh/java/com/austinv11/bench/MapTests.java:375
↓ 2 callers
Method
fastutilMapGet
(Context context, AbstractLong2ObjectMap map)
src/jmh/java/com/austinv11/bench/MapTests.java:246
↓ 2 callers
Method
fastutilMapPutRemove
(Context context, AbstractLong2ObjectMap map)
src/jmh/java/com/austinv11/bench/MapTests.java:268
↓ 2 callers
Method
fastutilMapPutUpdate
(Context context, AbstractLong2ObjectMap map)
src/jmh/java/com/austinv11/bench/MapTests.java:257
↓ 2 callers
Method
mapGet
(Context context, Map map)
src/jmh/java/com/austinv11/bench/MapTests.java:134
↓ 2 callers
Method
mapPutRemove
(Context context, Map map)
src/jmh/java/com/austinv11/bench/MapTests.java:156
↓ 2 callers
Method
mapPutUpdate
(Context context, Map map)
src/jmh/java/com/austinv11/bench/MapTests.java:145
↓ 2 callers
Method
troveMapGet
(Context context, TLongObjectMap map)
src/jmh/java/com/austinv11/bench/MapTests.java:545
↓ 2 callers
Method
troveMapPutRemove
(Context context, TLongObjectMap map)
src/jmh/java/com/austinv11/bench/MapTests.java:567
↓ 2 callers
Method
troveMapPutUpdate
(Context context, TLongObjectMap map)
src/jmh/java/com/austinv11/bench/MapTests.java:556
↓ 1 callers
Method
agronaMapGet
(Context context, Map map)
src/jmh/java/com/austinv11/bench/MapTests.java:739
↓ 1 callers
Method
agronaMapPutRemove
(Context context, Map map)
src/jmh/java/com/austinv11/bench/MapTests.java:761
↓ 1 callers
Method
agronaMapPutUpdate
(Context context, Map map)
src/jmh/java/com/austinv11/bench/MapTests.java:750
↓ 1 callers
Method
hppcrtMapGet
(Context context, com.carrotsearch.hppcrt.maps.LongObjectHashMap<Object> map)
src/jmh/java/com/austinv11/bench/MapTests.java:663
↓ 1 callers
Method
hppcrtMapPutRemove
(Context context, com.carrotsearch.hppcrt.maps.LongObjectHashMap<Object> map)
src/jmh/java/com/austinv11/bench/MapTests.java:685
↓ 1 callers
Method
hppcrtMapPutUpdate
(Context context, com.carrotsearch.hppcrt.maps.LongObjectHashMap<Object> map)
src/jmh/java/com/austinv11/bench/MapTests.java:674
↓ 1 callers
Method
kolobokeMapGet
(Context context, HashLongObjMap map)
src/jmh/java/com/austinv11/bench/MapTests.java:469
↓ 1 callers
Method
kolobokeMapPutRemove
(Context context, HashLongObjMap map)
src/jmh/java/com/austinv11/bench/MapTests.java:491
↓ 1 callers
Method
kolobokeMapPutUpdate
(Context context, HashLongObjMap map)
src/jmh/java/com/austinv11/bench/MapTests.java:480
↓ 1 callers
Method
populateData
()
src/jmh/java/com/austinv11/bench/MapTests.java:51
↓ 1 callers
Method
toString
()
src/jmh/java/com/austinv11/bench/MapTests.java:122
Method
ArbitraryPOJO
()
src/jmh/java/com/austinv11/bench/MapTests.java:91
Method
clean
()
src/jmh/java/com/austinv11/bench/MapTests.java:44
Method
concurrentHashMapCopy
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:232
Method
concurrentHashMapGet
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:211
Method
concurrentHashMapPutRemove
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:225
Method
concurrentHashMapPutUpdate
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:218
Method
equals
(Object o)
src/jmh/java/com/austinv11/bench/MapTests.java:103
Method
finalize
()
src/jmh/java/com/austinv11/bench/MapTests.java:127
Method
hashCode
()
src/jmh/java/com/austinv11/bench/MapTests.java:96
Method
init
()
src/jmh/java/com/austinv11/bench/MapTests.java:35
Method
manualSnchronizedTLongObjectHashMapGet
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:578
Method
manualSnchronizedTLongObjectHashMapMapCopy
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:605
Method
manualSnchronizedTLongObjectHashMapPutRemove
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:596
Method
manualSnchronizedTLongObjectHashMapUpdate
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:587
Method
manualSynchronizedLongObjectHashMapCopy
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:432
Method
manualSynchronizedLongObjectHashMapGet
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:405
Method
manualSynchronizedLongObjectHashMapPutRemove
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:423
Method
manualSynchronizedLongObjectHashMapPutUpdate
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:414
Method
synchronizedHashLongObjMapGet
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:502
Method
synchronizedHashLongObjMapMapCopy
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:529
Method
synchronizedHashLongObjMapPutRemove
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:520
Method
synchronizedHashLongObjMapUpdate
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:511
Method
synchronizedHashLongObjectMapGet
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:696
Method
synchronizedHashLongObjectMapMapCopy
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:723
Method
synchronizedHashLongObjectMapPutRemove
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:714
Method
synchronizedHashLongObjectMapUpdate
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:705
Method
synchronizedHashMapCopy
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:196
Method
synchronizedHashMapGet
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:169
Method
synchronizedHashMapPutRemove
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:187
Method
synchronizedHashMapPutUpdate
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:178
Method
synchronizedLong2ObjectArrayMapCopy
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:306
Method
synchronizedLong2ObjectArrayMapGet
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:279
Method
synchronizedLong2ObjectArrayMapPutRemove
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:297
Method
synchronizedLong2ObjectArrayMapPutUpdate
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:288
Method
synchronizedLong2ObjectHashMapCopy
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:799
Method
synchronizedLong2ObjectHashMapGet
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:772
Method
synchronizedLong2ObjectHashMapPutRemove
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:790
Method
synchronizedLong2ObjectHashMapPutUpdate
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:781
Method
synchronizedLong2ObjectOpenHashMapCopy
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:348
Method
synchronizedLong2ObjectOpenHashMapGet
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:321
Method
synchronizedLong2ObjectOpenHashMapPutRemove
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:339
Method
synchronizedLong2ObjectOpenHashMapPutUpdate
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:330
Method
synchronizedLongObjectHashMapCopy
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:462
Method
synchronizedLongObjectHashMapGet
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:441
Method
synchronizedLongObjectHashMapPutRemove
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:455
Method
synchronizedLongObjectHashMapPutUpdate
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:448
Method
synchronizedTLongObjectHashMapGet
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:620
Method
synchronizedTLongObjectHashMapMapCopy
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:647
Method
synchronizedTLongObjectHashMapPutRemove
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:638
Method
synchronizedTLongObjectHashMapUpdate
(Context context)
src/jmh/java/com/austinv11/bench/MapTests.java:629