Reducing again the number of allocations

This commit is contained in:
2019-10-31 15:21:51 +01:00
parent ff96c95dcf
commit 6d93a031e6
2 changed files with 1 additions and 20 deletions

19
Cargo.lock generated
View File

@@ -808,9 +808,6 @@ dependencies = [
[[package]]
name = "ironsea_index"
version = "0.1.0"
dependencies = [
"ironsea_table 0.1.0",
]
[[package]]
name = "ironsea_index_hashmap"
@@ -860,22 +857,6 @@ dependencies = [
"memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ironsea_table"
version = "0.1.0"
[[package]]
name = "ironsea_table_vector"
version = "0.1.0"
dependencies = [
"bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"ironsea_store 0.1.0",
"ironsea_table 0.1.0",
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "itertools"
version = "0.8.0"