Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 397 Bytes

CHANGES.md

File metadata and controls

14 lines (9 loc) · 397 Bytes

Release notes

All notable changes to this project will be documented in this file.

1.0.0

  • Use inline never for atomicity on old compilers (@polytypic)
  • Use bit mixing (@polytypic)
  • Change find to use raise_notrace for performance (@polytypic)
  • Change license to ISC from 0BSD (@tarides)

0.1.0

  • Initial version of lock-free thread-safe integer keyed hash table (@polytypic)