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
The bloomfilters don't have reduce and setstate functions and so cannot be pickled. In particular, this prevents in-memory bloomfilters being used in multiprocessing.Pool or in cloud lambda functions, etc.
Do you have any plans to add these?
I guess the easiest way to do it is adding cython functions to read/write _bf.array.
The text was updated successfully, but these errors were encountered:
The bloomfilters don't have reduce and setstate functions and so cannot be pickled. In particular, this prevents in-memory bloomfilters being used in multiprocessing.Pool or in cloud lambda functions, etc.
Do you have any plans to add these?
I guess the easiest way to do it is adding cython functions to read/write _bf.array.
The text was updated successfully, but these errors were encountered: