Skip to content

scdb v0.2.0

Compare
Choose a tag to compare
@Tinitto Tinitto released this 06 Mar 21:09
· 7 commits to master since this release
25eddc7

Changed

  • Changed the Store::new() signature, replacing max_index_key_len option with is_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, and set operations.