libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.io
Other
2.27k stars 436 forks source link

feat: add peer filter #2508

Closed achingbrain closed 2 months ago

achingbrain commented 2 months ago

To make filtering peers in a memory-efficient way possible, add a peer filter based on a bloom filter using the binary representation of the peer id.

Change checklist