Skip to content

py_scdb v0.2.0

Compare
Choose a tag to compare
@Tinitto Tinitto released this 06 Mar 21:31
· 4 commits to master since this release
92a768d

Changed

  • Changed the Store() and AsyncStore() signatures, 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.