openethereum/ethcore
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
..
benches ethcore: add builtin benchmarks based on geth (#9179) 2018-07-23 15:46:24 +02:00
evm In create memory calculation is the same for create2 because the additional parameter was popped before. (#9522) 2018-09-11 23:47:26 +08:00
light Allow dropping light client RPC query with no results (#9318) 2018-09-12 11:47:01 +02:00
node_filter new ethabi (#9511) 2018-09-13 11:04:39 +02:00
private-tx new ethabi (#9511) 2018-09-13 11:04:39 +02:00
res Allow dropping light client RPC query with no results (#9318) 2018-09-12 11:47:01 +02:00
service Fetch `parity-common` crates from crates.io (#9410) 2018-09-04 20:13:51 +02:00
src Multithreaded snapshot creation (#9239) 2018-09-13 12:58:49 +02:00
stratum Fetch `parity-common` crates from crates.io (#9410) 2018-09-04 20:13:51 +02:00
sync light: give free credits for reserved peers (#9448) 2018-09-10 19:45:49 +08:00
transaction Update state tests execution model (#9440) 2018-09-10 22:38:30 +02:00
types Fetch `parity-common` crates from crates.io (#9410) 2018-09-04 20:13:51 +02:00
vm Update patricia trie to 0.2.2 (#9525) 2018-09-11 16:20:26 +02:00
wasm EIP 1283: Net gas metering for SSTORE without dirty maps (#9319) 2018-09-07 18:51:08 +08:00
Cargo.toml new ethabi (#9511) 2018-09-13 11:04:39 +02:00