mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-04 16:22:55 +00:00
* Improvement on the scalar / random bitpacker code. Added proptesting Added simple benchmark Added assert and comments on the very non trivial hidden contract Remove the need for an extra padding. The last point introduces a small performance regression (~10%). * Fixing unit tests
22 lines
568 B
TOML
22 lines
568 B
TOML
[package]
|
|
name = "tantivy-bitpacker"
|
|
version = "0.3.0"
|
|
edition = "2021"
|
|
authors = ["Paul Masurel <paul.masurel@gmail.com>"]
|
|
license = "MIT"
|
|
categories = []
|
|
description = """Tantivy-sub crate: bitpacking"""
|
|
repository = "https://github.com/quickwit-oss/tantivy"
|
|
keywords = []
|
|
documentation = "https://docs.rs/tantivy-bitpacker/latest/tantivy_bitpacker"
|
|
homepage = "https://github.com/quickwit-oss/tantivy"
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies]
|
|
rand = "0.8"
|
|
proptest = "1"
|