openethereum/ethcore/src/snapshot
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
..
consensus Multithreaded snapshot creation (#9239) 2018-09-13 12:58:49 +02:00
tests Multithreaded snapshot creation (#9239) 2018-09-13 12:58:49 +02:00
account.rs Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
block.rs Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
error.rs Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
io.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
mod.rs Multithreaded snapshot creation (#9239) 2018-09-13 12:58:49 +02:00
service.rs Don't error when Snapshot is aborted (#9492) 2018-09-10 21:26:52 +08:00
traits.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
watcher.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00