You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used to maintain BitVec. It supports serialization with serde under a feature flag serde_std, so you may fork bloom and slap a serialize / deserialize with serde, plus a feature argument to bit-vec. Not sure about RandomState, you might need to implement a way to extract its state and de/serialize it.
How would I go about saving bloom filter to a disk?
The text was updated successfully, but these errors were encountered: