mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-14 13:02:55 +00:00
blop
This commit is contained in:
1
build.rs
1
build.rs
@@ -4,6 +4,7 @@ fn main() {
|
||||
gcc::Config::new()
|
||||
.cpp(true)
|
||||
.flag("-std=c++11")
|
||||
.flag("-O3")
|
||||
.include("./cpp/SIMDCompressionAndIntersection/include")
|
||||
.object("cpp/SIMDCompressionAndIntersection/bitpacking.o")
|
||||
.object("cpp/SIMDCompressionAndIntersection/integratedbitpacking.o")
|
||||
|
||||
@@ -87,13 +87,6 @@ pub struct SegmentWriter {
|
||||
tokenizer: SimpleTokenizer,
|
||||
}
|
||||
|
||||
impl Drop for SegmentWriter {
|
||||
fn drop(&mut self) {
|
||||
println!("num tokens {}", self.num_tokens);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
impl SegmentWriter {
|
||||
|
||||
fn new() -> SegmentWriter {
|
||||
|
||||
Reference in New Issue
Block a user