Well ok but if you think that a refcount makes your program faster then that's 
what --gc:arc does.

Anyhow, there are plenty of ways to use a custom allocator, most start by 
turning your `Value = ref object` into `Value = ptr object`. 

Reply via email to