Optimize things

This commit is contained in:
Kerollmops
2020-06-18 18:37:57 +02:00
parent a3ca80d20d
commit 55a8941922
4 changed files with 85 additions and 54 deletions

View File

@ -20,7 +20,7 @@ memmap = "0.7.0"
once_cell = "1.4.0"
oxidized-mtbl = { git = "https://github.com/Kerollmops/oxidized-mtbl.git", rev = "9451be8" }
rayon = "1.3.0"
roaring = "0.5.2"
roaring = { git = "https://github.com/Kerollmops/roaring-rs.git", branch = "deserialize-from-slice" }
slice-group-by = "0.2.6"
smallstr = "0.2.0"
smallvec = "1.4.0"
@ -40,3 +40,6 @@ warp = "0.2.2"
[profile.release]
debug = true
[profile.bench]
debug = true