openethereum/sync/src
Vurich 3d8dc11442 Upgrade elastic-array to 0.9.0
This is a huge change, which includes some changes to replace code that
originally cloned to reuse allocations instead. The updated
`elastic-array` crate renames its consuming `Vec`-conversion method to
`into_vec`, which means that I can do a simple
`sed -i 's/to_vec/into_vec/'` and then fix the compilation errors.

This commit is probably a minor performance win and definitely a
significant readability win.
2017-06-29 13:05:33 +02:00
..
light_sync Upgrade elastic-array to 0.9.0 2017-06-29 13:05:33 +02:00
tests Upgrade elastic-array to 0.9.0 2017-06-29 13:05:33 +02:00
api.rs Upgrade elastic-array to 0.9.0 2017-06-29 13:05:33 +02:00
block_sync.rs rlp deserialization refactor, 30% faster (#4901) 2017-03-22 14:41:46 +01:00
blocks.rs Upgrade elastic-array to 0.9.0 2017-06-29 13:05:33 +02:00
chain.rs Upgrade elastic-array to 0.9.0 2017-06-29 13:05:33 +02:00
lib.rs Kovan warp sync fixed 2017-03-30 13:13:43 +02:00
snapshot.rs Upgrade elastic-array to 0.9.0 2017-06-29 13:05:33 +02:00
sync_io.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
transactions_stats.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00