All notable changes to this project will be documented in this file.
- Use
inline never
for atomicity on old compilers (@polytypic) - Use bit mixing (@polytypic)
- Change
find
to useraise_notrace
for performance (@polytypic) - Change license to ISC from 0BSD (@tarides)
- Initial version of lock-free thread-safe integer keyed hash table (@polytypic)