grin/p2p
hashmap 631201358f Refactor and optimise peers.rs ()
* Use internal hashmap for count and contains methods instead of relying on
connected_peers method which is expensive (creates vector from hashmap)
* Reduce number of `clone()`
* Refactor broadcast_xxx
2018-08-20 18:32:13 -04:00
..
src Refactor and optimise peers.rs () 2018-08-20 18:32:13 -04:00
tests Wallet LMDB backend () 2018-06-22 09:08:06 +01:00
Cargo.toml improve: time crate flagged as deprecated, switch to actively maintained chrono crate () 2018-07-30 09:33:28 +01:00