Skip to content

v3.0.0

Compare
Choose a tag to compare
@puzpuzpuz puzpuzpuz released this 22 Oct 12:24
· 17 commits to main since this release
f7bf836
  • Replace the user-defined hash function in MapOf factories with a built-in fast hash function (#107, #108)

All New*MapOf* functions are now replaced with the NewMapOf and NewMapOfPresized functions. There is no longer a need to provide a user-defined hash function.

Kudos go to @destel