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
{{ message }}
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.
I, too, am interested in being able to make updates (new copies) of the hamt while other threads are reading the data structure. Looking at the implementation, it doesn't appear that it was meant to be written-to and read concurrently. As I understand the persistent hamt implementation, one could maybe leverage hazard pointers at each node to represent the different versions of each subtree.
As far as I can tell, right now it is neither.
The text was updated successfully, but these errors were encountered: