Optimize storage: Free reclaimed objects as soon as their number exceeds current number of threads. This can be done using dynamic memory allocation. We do not support lock-free reclamation unless dynamic allocation is lock-free anyway.
Optimize storage: Free reclaimed objects as soon as their number exceeds current number of threads.
This can be done using dynamic memory allocation. We do not support lock-free reclamation unless dynamic allocation is lock-free anyway.