The original post for the vyukov hashmap mentions a "proxy-collector" used for memory reclamation:
Deferred memory reclamation uses a kind of amortized proxy-collector technique,
and together with timestamp based validation provides pure read-only
read transactions
But the version here seems to accept arbitrary reclaimers. Was the proxy-collector not implemented?
The original post for the vyukov hashmap mentions a "proxy-collector" used for memory reclamation:
But the version here seems to accept arbitrary reclaimers. Was the proxy-collector not implemented?