Skip to content

v2.3.1

Compare
Choose a tag to compare
@puzpuzpuz puzpuzpuz released this 01 Nov 18:16
· 35 commits to main since this release
aa980e6
  • New MapOf design (#78)
    • MapOf now takes full advantage of Go generics: less GC pressure, less atomic operations on reads, also improved integer hash function
    • If you're into benchmarking, comparisons with other concurrent map implementations are welcome (see this and this PRs as comparison examples)