Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 03:41
· 29 commits to production since this release

1.2.0 (2026-08-21)

Features

  • add constant string for faster shared never changing memory (f53ce73)
  • add SharedStack that is a fast and thread safe if you can rely on only push/pop (a4f9731)
  • make SharedPool thread safe (03d500c)