Replace the BTreeMap by an IndexMap to return values in order

This commit is contained in:
Kerollmops
2023-05-29 15:47:45 +02:00
committed by Clément Renault
parent 34b2e98fe9
commit a385642ec3
5 changed files with 53 additions and 15 deletions

1
Cargo.lock generated
View File

@ -2731,6 +2731,7 @@ dependencies = [
"grenad",
"heed",
"hnsw",
"indexmap",
"insta",
"itertools",
"json-depth-checker",