Skip to content

0.2.0

Compare
Choose a tag to compare
@bmuddha bmuddha released this 24 Dec 10:55
· 6 commits to master since this release
5b68aea

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