All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Potentially breaking: It is now possible to pass the key and value size at index creation and opening via type parameters. Both type parameters still uses u16 as default value if not specified, which makes it backward compatible.
- Fix: delete tmp directory when external sorted is used.
- Potentially breaking: support for empty index instead of failing if the index is empty.
- Breaking: renamed
Encodable
toSerialize
- Serde serialization wrapper
- Breaking: cleaner
Encodable
trait (PR #6) - Moved to
memmap2
asmemmap
isn't supported anymore. - Moved to
tempfile
astempdir
isn't supported anymore. - Upgrade to
extsort
0.4