- 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