Optimise the merge functions to avoid allocations

This commit is contained in:
Clément Renault
2020-10-20 16:40:50 +02:00
parent cde8478388
commit f948a03be2
4 changed files with 17 additions and 16 deletions

View File

@ -13,7 +13,7 @@ csv = "1.1.3"
flate2 = "1.0.17"
fst = "0.4.4"
fxhash = "0.2.1"
grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "00099b5" }
grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "c390cfe" }
heed = { version = "0.8.1", default-features = false, features = ["lmdb"] }
human_format = "1.0.3"
jemallocator = "0.3.2"