openethereum/util
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
..
benches Zero-alloc trie lookups (#3998) 2017-01-06 16:18:45 +01:00
bigint Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
bloom
fetch Fetch tests (first batch) (#3977) 2016-12-27 15:38:55 +00:00
io Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
network Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
reactor Additional fetch tests (#3983) 2016-12-28 12:45:25 +00:00
rlp Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
sha3
src Zero-alloc trie lookups (#3998) 2017-01-06 16:18:45 +01:00
table
using_queue
build.rs
Cargo.toml