libp2p / cpp-libp2p

C++17 implementation of libp2p
Apache License 2.0
364 stars 99 forks source link

multihash-and-fixes - Updated #158

Closed Alexey-N-Chernyshov closed 3 years ago

Alexey-N-Chernyshov commented 3 years ago

Fixed #146

Multihash has immutable shared_ptr inside, including precalculated std::hash, allows for performance while copying, sharing, using as key in containers UVarint stuff in Multihash creation changed to impl with no dynamic allocations Kademlia's PeerRoutingTable fixed (bugs were detected while applying p.1)

xDimon commented 3 years ago

Looks good