Releases: bmuddha/ringal
Releases · bmuddha/ringal
0.4.0
0.3.0
- Make concurrent access to busy guards synchronized, achieved via atomic load/store to check/set the
taken
bit - Improved documentation
Full Changelog: 0.2.0...0.3.0
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
0.1.0
First working release of ring allocator
Full Changelog: https://github.com/bmuddha/ringal/commits/0.1.0