Varena Versions Save

Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.

1.2.0

1 year ago

Changes

✨ New Features

  • Add VirtualArray/VirtualBuffer Append() and AppendRange() methods (391fb1d8)

Full Changelog: 1.1.0...1.2.0

Published with dotnet-releaser

1.1.0

1 year ago

Changes

✨ New Features

  • Add VirtualArena.Reset(VirtualArenaResetKind resetKind) to allow to decommit partial committed memory (d7dc8ebb)

🧰 Misc

  • Update readme (5028b827)

Full Changelog: 1.0.1...1.1.0

Published with dotnet-releaser

1.0.1

1 year ago

Changes

🐛 Bug Fixes

  • Fix Protect to allow no read/write access (28af716b)

🧰 Maintenance

  • Update ci to run tests on ubuntu/macos (0cf85ff5)

🏭 Tests

  • Fix tests on macos (3eedb723)
  • Add test for VirtualArray.AsSpan(index, count) (d504789f)

📚 Documentation

  • Add documentation user guide (b0132131)
  • Improve doc (059b9f7a)
  • Fix doc typo (82d47f03)
  • Fix doc typo 2 (31650661)

🧰 Misc

  • Deprecae VirtualMemoryFlags.All (35512bd9)

Full Changelog: 1.0.0...1.0.1

Published with dotnet-releaser

1.0.0

1 year ago

Changes

🧰 Misc

  • Update readme.md (8c1d61af)

Full Changelog: 1f391f92ad9b4e65aa1ec735c1f5122904e4e49f...1.0.0

Published with dotnet-releaser