Skip to content

Releases: bmuddha/ringal

0.4.0

27 Dec 16:31
42897f2
Compare
Choose a tag to compare
  • Feat add support for generic buffers
  • Improved test coverage

0.3.0

26 Dec 09:36
e40eca0
Compare
Choose a tag to compare
  • 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

24 Dec 10:55
5b68aea
Compare
Choose a tag to compare

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

24 Dec 10:46
7688d6d
Compare
Choose a tag to compare

First working release of ring allocator

Full Changelog: https://github.com/bmuddha/ringal/commits/0.1.0