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 need to store the hashmap key/values on disk and retrieve it later, without reinserting everything.
new_in + bumpalo seem to make it for the allocation part, but I am not sure how it can read from this buffer again, once the hashmap has been deleted.
A kind of from_buffer would be handy.
Or maybe there is an existing solution I missed?
The text was updated successfully, but these errors were encountered:
Hi,
I need to store the hashmap key/values on disk and retrieve it later, without reinserting everything.
new_in + bumpalo seem to make it for the allocation part, but I am not sure how it can read from this buffer again, once the hashmap has been deleted.
A kind of
from_buffer
would be handy.Or maybe there is an existing solution I missed?
The text was updated successfully, but these errors were encountered: