openethereum/ethstore/src
Kirill Pimenov 6ddabc0f49 Small performance gain in allocations
As measured in
https://gist.github.com/kirushik/e0d93759b0cd102f814408595c20a9d0,
it's much faster not to iterate over zeroes, and just allocate a
contiguous array of zeroes directly.
2017-11-14 13:06:50 +01:00
..
account Small performance gain in allocations 2017-11-14 13:06:50 +01:00
dir Ethstore optimizations (#6827) 2017-10-20 20:20:41 +02:00
json updated serde to version 1.0 2017-07-06 11:36:15 +02:00
error.rs Export account RPC (#4967) 2017-03-23 13:23:03 +01:00
ethkey.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
ethstore.rs Ethstore optimizations (#6827) 2017-10-20 20:20:41 +02:00
import.rs Importing accounts from files. (#5644) 2017-05-19 17:14:47 +02:00
lib.rs bigint upgraded to version 3.0 (#5986) 2017-07-06 11:26:14 +02:00
presale.rs Create an account for chain=dev (#5612) 2017-05-19 17:06:36 +02:00
random.rs Wordlist from crate (#5331) 2017-04-01 13:26:44 +07:00
secret_store.rs Ethstore optimizations (#6827) 2017-10-20 20:20:41 +02:00