Skip to content

v0.9.0

Compare
Choose a tag to compare
@al8n al8n released this 15 May 15:41
· 63 commits to main since this release
168011d

Changes

  • Make file backed mmap SkipMap and SkipSet still can be reopened even last time the program was aborted.
  • Remove checksum validation, users should take care of data integrity by themselves.
  • Support Clone directly, no need to use Arc wrapper anymore.
  • Add OpenOptions and MmapOptions to support better controls on file mmap backed SkipMap and SkipSet.