Skip to content

v0.8.0

Compare
Choose a tag to compare
@al8n al8n released this 09 May 05:00
· 23 commits to main since this release
1c74738

Changes

  • Make SkipMap::insert and SkipSet::insert return the current value if the key and trailer already exist.
  • Add the SkipMap::insert_with method to support inserting an occupied key first, then write the value in the closure semantic.
  • Implement Iterator trait for MapIterator and SetIterator.
  • Optimize Arena::alloc logic.
  • Change mmap related API.
  • Support open existing SkipMap and SkipSet files in read-only mode.