Bloom filter serialization/persist

46 views
Skip to first unread message

SDSR

unread,
Mar 8, 2018, 12:37:36 PM3/8/18
to Scala Breeze
What is the recommended way to serialize or persist a bloom filter once it is created so it can be used in the future ?

David Hall

unread,
Mar 8, 2018, 12:38:22 PM3/8/18
to scala-...@googlegroups.com
It implements java's Serializable, so you can serialize it that way. All of its data is also public so you can serialize it however you want.

-- David

On Thu, Mar 8, 2018 at 2:06 AM, SDSR <sdsr...@gmail.com> wrote:
What is the recommended way to serialize or persist a bloom filter once it is created so it can be used in the future ?

--
You received this message because you are subscribed to the Google Groups "Scala Breeze" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-breeze+unsubscribe@googlegroups.com.
To post to this group, send email to scala-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scala-breeze/86882128-55a7-43b6-933b-f8a9a2155644%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

SDSR

unread,
Mar 14, 2018, 6:23:23 AM3/14/18
to Scala Breeze

Thank you

On Thursday, March 8, 2018 at 6:38:22 PM UTC+1, David Hall wrote:
It implements java's Serializable, so you can serialize it that way. All of its data is also public so you can serialize it however you want.

-- David
On Thu, Mar 8, 2018 at 2:06 AM, SDSR <sdsr...@gmail.com> wrote:
What is the recommended way to serialize or persist a bloom filter once it is created so it can be used in the future ?

--
You received this message because you are subscribed to the Google Groups "Scala Breeze" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-breeze...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages