scdb v0.2.0
Changed
- Changed the
Store::new()
signature, replacingmax_index_key_len
option withis_search_enabled
. - Permanently set the maximum index key length to 3
- Changed benchmarks to compare operations when search is enabled to when search is disabled.
- Enhanced accuracy of benchmarks for the
delete
, andset
operations.