openethereum/util/src
Robert Habermeier 9c00eb4e8a Zero-alloc trie lookups (#3998)
* triedb cleanup

* factor out common portion of trie query

* allocate far fewer times in node decoding

* fix bench compilation

* introduce OwnedNode variant to make iter fast again

* generalize recorder trait to Query

* decode trie outputs cost-free in state

* test for passing closure as query
2017-01-06 16:18:45 +01:00
..
journaldb Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
migration Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
trie Zero-alloc trie lookups (#3998) 2017-01-06 16:18:45 +01:00
bloom.rs Crate tidyups. 2016-12-11 19:14:42 +01:00
bytes.rs Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
cache.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
common.rs Bring integer arithmetic up to crates.io (#3943) 2016-12-23 16:53:06 +01:00
error.rs Crate tidyups. 2016-12-11 19:14:42 +01:00
from_json.rs Bring integer arithmetic up to crates.io (#3943) 2016-12-23 16:53:06 +01:00
hashdb.rs Crate tidyups. 2016-12-11 19:14:42 +01:00
kvdb.rs Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
lib.rs Make updater an IPC module. 2016-12-11 22:47:43 +01:00
log.rs Crate tidyups. 2016-12-11 19:14:42 +01:00
memorydb.rs Crate tidyups. 2016-12-11 19:14:42 +01:00
misc.rs Final fixups for updater 2016-12-17 14:36:30 +01:00
nibbleslice.rs Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
nibblevec.rs Zero-alloc trie lookups (#3998) 2017-01-06 16:18:45 +01:00
overlaydb.rs Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
path.rs Fixed windows stub signature 2016-12-16 22:26:12 +01:00
semantic_version.rs Crate tidyups. 2016-12-11 19:14:42 +01:00
sha3.rs Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
snappy.rs Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
standard.rs Crate tidyups. 2016-12-11 19:14:42 +01:00
stats.rs Bring integer arithmetic up to crates.io (#3943) 2016-12-23 16:53:06 +01:00
timer.rs Crate tidyups. 2016-12-11 19:14:42 +01:00
triehash.rs Crate tidyups. 2016-12-11 19:14:42 +01:00
vector.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00