> Our team of core developers does not have time to work on any of this, but > the algorithms can be implemented in Nim "userland" code via custom hooks on > top of Nim's unsafe ptr T construct.
By that, you mean the `=hooks` on an object like shared pointers or just using raw pointers by themselves?