Is there any arena allocator's for Nim that work with ARC? In particular, one that works on a per-thread basis to avoid the locking overhead with malloc.
There appears to be a `memory pool` in Weave. However, it looks to utilize some locking (?). Would it be possible to have a simpler arena pool allocator in the standard library?