0.2.0
What's Changed
- optimize the allocator by replacing atomic operations with ordinary ones, although this might introduce race conditions, it's not an issue in the context of eventual consistency of states, which is acceptable by allocator logic
- improve documentation, add benchmark results
Full Changelog: 0.1.0...0.2.0