Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5244bfeef9 | |||
| e75debc2fb | |||
| 2629310330 | |||
| 12457de029 | |||
| 1fa62e485b |
1076
Cargo.lock
generated
1076
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
13
Cargo.toml
13
Cargo.toml
@@ -15,13 +15,14 @@ members = [
|
||||
# Specific implementations
|
||||
"ironsea_index_hashmap",
|
||||
"ironsea_index_sfc_dbc",
|
||||
"ironsea_store_buffered_file",
|
||||
"ironsea_store_file",
|
||||
"ironsea_store_mapped_file",
|
||||
#"ironsea_store_buffered_file",
|
||||
#"ironsea_store_file",
|
||||
#"ironsea_store_mapped_file",
|
||||
]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
#debug = true
|
||||
|
||||
[patch.crates-io]
|
||||
mercator_db = { path = "mercator_db" }
|
||||
@@ -32,6 +33,6 @@ ironsea_store = { path = "ironsea_store" }
|
||||
|
||||
ironsea_index_hashmap = { path = "ironsea_index_hashmap" }
|
||||
ironsea_index_sfc_dbc = { path = "ironsea_index_sfc_dbc" }
|
||||
ironsea_store_buffered_file = { path = "ironsea_store_buffered_file" }
|
||||
ironsea_store_file = { path = "ironsea_store_file" }
|
||||
ironsea_store_mapped_file = { path = "ironsea_store_mapped_file" }
|
||||
#ironsea_store_buffered_file = { path = "ironsea_store_buffered_file" }
|
||||
#ironsea_store_file = { path = "ironsea_store_file" }
|
||||
#ironsea_store_mapped_file = { path = "ironsea_store_mapped_file" }
|
||||
|
||||
@@ -39,7 +39,7 @@ This enables the index implementations to be agnostic from the underlying data s
|
||||
cargo run --release -- 1 10 100
|
||||
```
|
||||
|
||||
* Index the data:
|
||||
* Link the data in the indexer folder (It has to be in the current working directory when calling the indexer):
|
||||
|
||||
```sh
|
||||
cd mercator_indexer
|
||||
@@ -47,6 +47,11 @@ This enables the index implementations to be agnostic from the underlying data s
|
||||
do
|
||||
ln -s $f
|
||||
done
|
||||
```
|
||||
|
||||
* Index the data:
|
||||
|
||||
```sh
|
||||
cargo run --release -- 1k 10k 100k
|
||||
```
|
||||
|
||||
|
||||
Submodule ironsea_index updated: 05855df2c0...9b96fef55f
Submodule ironsea_index_hashmap updated: af383a9775...41f8aa368b
Submodule ironsea_index_sfc_dbc updated: 857534fd50...1dfe8d203e
Submodule ironsea_store updated: ed5e9611eb...71372c374c
Submodule ironsea_store_buffered_file deleted from 6809658c33
Submodule ironsea_store_file deleted from c28e578acf
Submodule ironsea_store_mapped_file deleted from 447e0b1c44
Submodule mercator_data_generator updated: edb4267139...1fc3ed605e
Submodule mercator_db updated: 82050d6b75...a10ffdac7d
Submodule mercator_indexer updated: 62b120c0c9...add0c1dbca
Submodule mercator_parser updated: 926b879426...8eebbd010b
Submodule mercator_service updated: a6865c6cbd...5dc9f13a78
Reference in New Issue
Block a user