Introduce a new Sorter Cache for CboRoaringBitmaps

This commit is contained in:
Clément Renault
2024-07-17 15:54:19 +02:00
parent eafc097a85
commit 5d5769fd8a
4 changed files with 151 additions and 1 deletions

10
Cargo.lock generated
View File

@@ -3290,6 +3290,15 @@ version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
[[package]]
name = "lru"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc"
dependencies = [
"hashbrown 0.14.3",
]
[[package]]
name = "lzma-rs"
version = "0.3.0"
@@ -3550,6 +3559,7 @@ dependencies = [
"json-depth-checker",
"levenshtein_automata",
"liquid",
"lru",
"maplit",
"md5",
"meili-snap",