I actually stumbled upon the very same problem, and I found a way to use custom 
allocators within Nim's ARC. It's a bit hacky, as it requires to "patch" a 
stdlib module, but it works perfectly. Take a look here: 
<https://github.com/vitreo12/nim_arc_custom_alloc>

Reply via email to