use per-thread recursive_queue_node caching
this patch replaces the per-actor caching of `recursive_queue_node` instances with a per-thread caching strategy that also allocates nodes more efficiently
Showing
cppa/detail/memory.hpp
0 → 100644
src/memory.cpp
0 → 100644
Please register or sign in to comment