Skip to content

Commit

Permalink
update tantivy
Browse files Browse the repository at this point in the history
includes
- hasmap perf improvement
- improved warmup code
  • Loading branch information
PSeitz committed Apr 24, 2023
1 parent ea6d4fc commit 3b7dc58
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 16 deletions.
40 changes: 26 additions & 14 deletions quickwit/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion quickwit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ quickwit-serve = { version = "0.5.0", path = "./quickwit-serve" }
quickwit-storage = { version = "0.5.0", path = "./quickwit-storage" }
quickwit-telemetry = { version = "0.5.0", path = "./quickwit-telemetry" }

tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "0ed13ee", default-features = false, features = [
tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "9c93bfe", default-features = false, features = [
"mmap",
"lz4-compression",
"zstd-compression",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.

use std::collections::HashMap;
use std::fmt::{self};
use std::fmt;
use std::io;
use std::ops::Range;
use std::path::{Path, PathBuf};
Expand Down

0 comments on commit 3b7dc58

Please sign in to comment.