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
the scenario is different. go standard map is not concurrent map. Now the haxmap use lock free list to ensure that the map is concurrently safe,different from shard map with rwlock(this is waitfree lock)
Hi, i was trying to benchmark haxmap vs map,
https://github.com/kokizzu/kokizzu-benchmark/blob/master/assoc/go-haxmap/haxmap.go
vs
https://github.com/kokizzu/kokizzu-benchmark/blob/master/assoc/map.go
the diff
https://pastebin.com/diff/V3Y04Uha
but haxmap took like 51s vs 14s using map
The text was updated successfully, but these errors were encountered: