openethereum/util
mattrutherford ec886ddefb
LenCachingMutex (#9988)
New util LenCachingMutex can be used in place of a Mutex, when working
with collections, or other types with a len() method. When
the Guard is dropped, the value returned from len() is stored
into an AtomicUsize and can be queried using load_len() without
needing to lock the Mutex. Implementations for ```Vec``` and
```VecDeque```.

Now used in [Verification](4ded4181a6/ethcore/src/verification/queue/mod.rs (L196)) so that calls to ```VerificationQueue.queue_info()```
no longer require locks.
2018-12-04 14:30:52 +00:00
..
EIP-712 chore(eip712): remove unused `failure-derive` (#9958) 2018-11-23 16:42:44 +00:00
bloom Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
blooms-db Fix Snapshot restoration failure on Windows (#9491) 2018-09-10 17:21:57 +02:00
dir parity: print correct keys path on startup (#9501) 2018-09-09 00:43:24 +02:00
fake-fetch Replace `tokio_core` with `tokio` (`ring` -> 0.13) (#9657) 2018-10-22 09:40:50 +02:00
fake-hardware-wallet Fetch `parity-common` crates from crates.io (#9410) 2018-09-04 20:13:51 +02:00
fastmap Improve block and transaction propagation (#9954) 2018-11-28 11:30:05 +01:00
fetch Replace `tokio_core` with `tokio` (`ring` -> 0.13) (#9657) 2018-10-22 09:40:50 +02:00
io Add tokio runtime to ethcore io worker (#9979) 2018-12-03 22:35:46 +08:00
journaldb Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
keccak-hasher Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
len-caching-mutex LenCachingMutex (#9988) 2018-12-04 14:30:52 +00:00
macros Random small cleanups (#9423) 2018-08-30 19:57:27 +02:00
mem Random small cleanups (#9423) 2018-08-30 19:57:27 +02:00
memory_cache Bad blocks RPC + reporting (#9433) 2018-09-08 04:04:28 +02:00
migration-rocksdb Fetch `parity-common` crates from crates.io (#9410) 2018-09-04 20:13:51 +02:00
network Replace `tokio_core` with `tokio` (`ring` -> 0.13) (#9657) 2018-10-22 09:40:50 +02:00
network-devp2p Replace `tokio_core` with `tokio` (`ring` -> 0.13) (#9657) 2018-10-22 09:40:50 +02:00
panic_hook Allow setting the panic hook with parity-clib (#9292) 2018-08-10 11:06:30 +02:00
patricia-trie-ethereum Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
rlp_compress Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
rlp_derive Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
runtime Remove secret_store runtimes. (#9888) 2018-11-26 01:36:43 +08:00
stats Update `log` -> 0.4, `env_logger` -> 0.5. (#9294) 2018-08-10 00:04:10 +01:00
stop-guard Random small cleanups (#9423) 2018-08-30 19:57:27 +02:00
triehash-ethereum Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
unexpected Random small cleanups (#9423) 2018-08-30 19:57:27 +02:00
using_queue Random small cleanups (#9423) 2018-08-30 19:57:27 +02:00
version version: bump nightly to 2.3.0 (#9819) 2018-10-31 12:38:47 +00:00