Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@puzpuzpuz puzpuzpuz released this 25 Feb 18:23
· 1 commit to main since this release
cdaca8b
  • Use presized Map/MapOf argument as the minimal map capacity (#121)

NewMapPresized/NewMapOfPresized's argument is now treated as the minimal table capacity. The underlying hash table won't shrink beyond the specified capacity.

Also, fixes and improves godoc.