Skip to content

Releases: spacejam/sled

Keyspace Support

07 Jan 23:40
d6ea145
Compare
Choose a tag to compare
  • non-backwards compatible release
  • keyspace creation and deletion
  • several optimizations to the pagecache

Zero-Copy Reads

28 Oct 19:35
Compare
Choose a tag to compare

This release introduces several optimizations and bugfixes. The biggest win is support for zero-copy reads when returning values to the user with the Tree's get, del, cas and scan commands. We also now have zero-allocation tree traversal, optimized node searching, and caching improvements.