mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-06-02 00:20:42 +00:00
Compression working without simd working
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
mod serialize;
|
||||
mod timer;
|
||||
mod vint;
|
||||
mod bitpacker;
|
||||
pub mod bitpacker;
|
||||
|
||||
|
||||
pub use self::serialize::BinarySerializable;
|
||||
@@ -9,7 +9,6 @@ pub use self::timer::Timing;
|
||||
pub use self::timer::TimerTree;
|
||||
pub use self::timer::OpenTimer;
|
||||
pub use self::vint::VInt;
|
||||
pub use self::bitpacker::compute_num_bits;
|
||||
|
||||
|
||||
use std::io;
|
||||
|
||||
Reference in New Issue
Block a user