Skip to content

v0.6.4

Compare
Choose a tag to compare
@ielashi ielashi released this 22 Apr 11:01
· 50 commits to main since this release
206fc04

Overview

This new release addresses a minor memory issue in BTreeMap and expands its support for tuples.

What's Changed

  • feat: Implement Storable for three elements tuples by @dragoljub-duric in #202
  • feat: Implement into_memory for memory manager by @bitdivine in #188
  • fix: BTreeMap memory issue when deallocating nodes with overflows by @ielashi in #212

Full Changelog: v0.6.3...v0.6.4