Releases: spacejam/sled
Releases · spacejam/sled
Keyspace Support
- non-backwards compatible release
- keyspace creation and deletion
- several optimizations to the pagecache
Zero-Copy Reads
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.