You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prototype map builder may be working
Some fixes and optimizations in the new Champ HashmapBuilder
Remove commented out code
Corrected behavior in MapBuilder for hashcollision nodes
Build up the Hashmap's hash, as it is being built
Hashmap className is Map, started working on hashmap merge
Add alias tracking, releaseFence-ing
Cleanup in ChampHashMap
Revert changes to mutable.HashMap implementation privacy
Update with new keys, even if they ==, if they are not eq
Replace Vectors with Arrays in HashMap
Fix missing first half in Map.concat
Revert changes to classname and Map.newBuilder
Remove unused method in ChampHashMapBuilder
Rename MapBuilder to HashMapBuilder
Avoid recomputing hashes and tuples when concatenating HashMaps
Fix array index out of bounds in HashMapBuilder
Fix size bug in HashMapBuilder
HashMapBuilder returns reused empty when possible
Fix broken behavior in HashCollisionMap.updated
Some optimizations in HashCollisionNode#updated
Fix bug in Hash building in HashMapBuilder
Do not clear HashMapBuilder's rootnode if it is empty
WIP -- building smart map builder which falls back to hashmapbuilder for larger maps
MapBuilderImpl is the newBuilder of Map
Remove special casing in hashMapBuilder.addAll for map4
Use newEmptyRootNode in HashMapBuilder rather than reimplementing it
Use new Node#removeAnyElement to remove content arrays rather than using generic arrays
Replace = null initialization with = _
Make HashMapBuilder private[immutable]
HashCollisionMapNodes use Vectors again
Remove ClassTag import
Fix HashMapBenchmark#concat
Revert hanges in SetMapConsistencyTest
More property tests and optimizations to HashMapBuilder
Remove usesless HashMapTests
use bitwise operator assignment where possible in HashMap
Replace HashMap builder addAll implementation iwth ChamBaseIterator approach
Remove wrongly added .DS_Store
Fix implementation of HashMapBuilder#addAll
0 commit comments