-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
I'd like to use bloomfilter in order to let clients filter a large set on the server, while making efficient use of bandwidth. As such, clients will construct a Bloom filter themselves, transmit it over the network, and the server will use this Bloom filter against a local set it maintains. The result will then be transmitted over the network back to the client.
While I can get access to the underlying representation of a filter, I do not appear to be able to recreate the filter from it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels