Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 03:22
· 18 commits to production since this release

1.4.0 (2026-08-24)

Features

  • add atomic update to SharedMap (97c1b9c)
  • add support for float64, int64 and uint64 for all data structures (e04e544)

Performance Improvements

  • get shared map from 10,000 slower than native map down to ~5x slower (e0bc9b7)
  • only notify simple lock when needed (1162ae5)