Files
tantivy/sstable/Cargo.toml
trinity-1686a e5e50603a8 new sstable format (#1943)
* document a new sstable format

* add support for changing target block size

* use new format for sstable index

* handle sstable version errror

* use very small blocks for proptests

* add a footer structure
2023-03-21 15:03:52 +01:00

20 lines
306 B
TOML

[package]
name = "tantivy-sstable"
version = "0.1.0"
edition = "2021"
license = "MIT"
[dependencies]
common = {path="../common", package="tantivy-common"}
tantivy-fst = "0.4"
[dev-dependencies]
proptest = "1"
criterion = "0.4"
names = "0.14"
rand = "0.8"
[[bench]]
name = "stream_bench"
harness = false