Skip to content

Releases: ortuman/nuke

v1.3.0

12 Mar 15:35
5527be7
Compare
Choose a tag to compare

[ENHANCEMENT]

  • Move allocated buffer clear logic to Alloc method. #21
  • Use a more realistic object type in the benchmark tests. #22

v1.2.0

06 Mar 16:33
50b62f9
Compare
Choose a tag to compare

[CHANGED]

  • Renamed NewSlabArena function to NewMonotonicArena #18

[BUGFIX]

  • Fixed allocated memory misalignment bug #17

v1.1.0

03 Mar 13:39
6598ed3
Compare
Choose a tag to compare

[ENHANCEMENT]

  • Added concurrent arena implementation #6
  • Arena benchmarks #8

v1.0.1

28 Feb 10:41
413ccc4
Compare
Choose a tag to compare

[BUGFIX]

  • Fixed slab allocation iteration bug (#1)

Initial release

27 Feb 17:30
e765a1e
Compare
Choose a tag to compare
initial release

Signed-off-by: Miguel Ángel Ortuño <ortuman@gmail.com>