Skip to content

v1.5.0

Compare
Choose a tag to compare
@puzpuzpuz puzpuzpuz released this 22 Oct 10:38
· 65 commits to main since this release
1ce54e2
  • Support arbitrary comparable keys in MapOf (#49)
    • This became possible due to combining top hash caching with bucket chaining (#48)
  • Add LoadOrCompute method to Map and MapOf (#50)

Thanks @iamcalledrob for the contribution.