openethereum/parity
Nicolas Gotchac 4ddd69cc55 Multithreaded snapshot creation (#9239)
* Add Progress to Snapshot Secondary chunks creation

* Use half of CPUs to multithread snapshot creation

* Use env var to define number of threads

* info to debug logs

* Add Snapshot threads as CLI option

* Randomize chunks per thread

* Remove randomness, add debugging

* Add warning

* Add tracing

* Use parity-common fix seek branch

* Fix log

* Fix tests

* Fix tests

* PR Grumbles

* PR Grumble II

* Update Cargo.lock

* PR Grumbles

* Default snapshot threads to half number of CPUs

* Fix default snapshot threads // min 1
2018-09-13 12:58:49 +02:00
..
cli Multithreaded snapshot creation (#9239) 2018-09-13 12:58:49 +02:00
db
light_helpers
account.rs
blockchain.rs Fetch parity-common crates from crates.io (#9410) 2018-09-04 20:13:51 +02:00
cache.rs
configuration.rs Multithreaded snapshot creation (#9239) 2018-09-13 12:58:49 +02:00
deprecated.rs
export_hardcoded_sync.rs
helpers.rs Avoid using $HOME if not necessary (#9273) 2018-08-03 09:58:59 +02:00
informant.rs Fetch parity-common crates from crates.io (#9410) 2018-09-04 20:13:51 +02:00
ipfs.rs
lib.rs Fetch parity-common crates from crates.io (#9410) 2018-09-04 20:13:51 +02:00
main.rs Allow setting the panic hook with parity-clib (#9292) 2018-08-10 11:06:30 +02:00
modules.rs
params.rs Add POA Networks: Core and Sokol (#9413) 2018-08-30 21:32:47 +02:00
presale.rs
rpc_apis.rs Bad blocks RPC + reporting (#9433) 2018-09-08 04:04:28 +02:00
rpc.rs
run.rs Multithreaded snapshot creation (#9239) 2018-09-13 12:58:49 +02:00
secretstore.rs
signer.rs
snapshot.rs Multithreaded snapshot creation (#9239) 2018-09-13 12:58:49 +02:00
stratum.rs
upgrade.rs Replace std::env::home_dir() with home crate impl. (#9293) 2018-08-21 15:30:24 +02:00
user_defaults.rs parity: fix UserDefaults json parser (#9189) 2018-07-23 13:57:50 +02:00
whisper.rs