Ianleeclark / Olivia

Go: A distributed, in-memory key-value storage.
MIT License
94 stars 7 forks source link

Add support for converting bloom filters to strings #30

Closed Ianleeclark closed 8 years ago

Ianleeclark commented 8 years ago

To transfer the bloom filter over the the outgoing/incoming connections, we need to serialize and deserialize the data into an easily transferrable format.