bloomfilter
bloomfilter copied to clipboard
from disk-backed to in-memory
Hi,
is there an option or workaround to open and store in memory a filter that was previously built and saved on to file (i.e., from memory-mapped-file filter to in-memory filter)?
I am writing an application where the filter is prepared and written on to disk at an earlier time, then it is called by a different process, which could/could not have enough RAM to load the whole filter.
Thanks in advance for your reply.