bloomfilter icon indicating copy to clipboard operation
bloomfilter copied to clipboard

from disk-backed to in-memory

Open DataIntellSystLab opened this issue 1 year ago • 0 comments

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.

DataIntellSystLab avatar Nov 11 '23 16:11 DataIntellSystLab