Index API updates
* Reduce the number of allocations * Remove Table & VectorTable crates
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -19,12 +19,6 @@
|
|||||||
[submodule "ironsea_store_file"]
|
[submodule "ironsea_store_file"]
|
||||||
path = ironsea_store_file
|
path = ironsea_store_file
|
||||||
url = ../ironsea_store_file
|
url = ../ironsea_store_file
|
||||||
[submodule "ironsea_table"]
|
|
||||||
path = ironsea_table
|
|
||||||
url = ../ironsea_table
|
|
||||||
[submodule "ironsea_table_vector"]
|
|
||||||
path = ironsea_table_vector
|
|
||||||
url = ../ironsea_table_vector
|
|
||||||
[submodule "mercator_data_generator"]
|
[submodule "mercator_data_generator"]
|
||||||
path = mercator_data_generator
|
path = mercator_data_generator
|
||||||
url = ../mercator_data_generator
|
url = ../mercator_data_generator
|
||||||
|
|||||||
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -817,7 +817,6 @@ name = "ironsea_index_hashmap"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ironsea_index 0.1.0",
|
"ironsea_index 0.1.0",
|
||||||
"ironsea_table 0.1.0",
|
|
||||||
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
@@ -830,7 +829,6 @@ dependencies = [
|
|||||||
"bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"ironsea_index 0.1.0",
|
"ironsea_index 0.1.0",
|
||||||
"ironsea_store 0.1.0",
|
"ironsea_store 0.1.0",
|
||||||
"ironsea_table 0.1.0",
|
|
||||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -1018,8 +1016,6 @@ dependencies = [
|
|||||||
"ironsea_index 0.1.0",
|
"ironsea_index 0.1.0",
|
||||||
"ironsea_index_hashmap 0.1.0",
|
"ironsea_index_hashmap 0.1.0",
|
||||||
"ironsea_index_sfc_dbc 0.1.0",
|
"ironsea_index_sfc_dbc 0.1.0",
|
||||||
"ironsea_table 0.1.0",
|
|
||||||
"ironsea_table_vector 0.1.0",
|
|
||||||
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"measure_time 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"measure_time 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|||||||
Submodule ironsea_index updated: 1231f42728...36997ae5a3
Submodule ironsea_index_hashmap updated: 50d60f58b6...af383a9775
Submodule ironsea_index_sfc_dbc updated: 411a6222a1...857534fd50
Submodule ironsea_store_file updated: 189cc11256...c28e578acf
Submodule ironsea_store_mapped_file updated: 90abe7ab7c...447e0b1c44
Submodule ironsea_table deleted from 277f050873
Submodule ironsea_table_vector deleted from ba883b8469
Submodule mercator_data_generator updated: 1da4f8b28b...28fca5e708
Submodule mercator_db updated: 6fc2cc5942...cdb3746a34
Submodule mercator_indexer updated: 3272590d24...00fa1e8d96
Submodule mercator_parser updated: 8dd9250dbb...926b879426
Submodule mercator_service updated: 5cbd2a0b69...a6865c6cbd
Reference in New Issue
Block a user