datacrypt-project / hitchhiker-tree

Functional, persistent, off-heap, high performance data structure
Eclipse Public License 1.0
1.19k stars 64 forks source link

Tracing GC for Backends #24

Open dgrnbrg opened 7 years ago

dgrnbrg commented 7 years ago

This is a sketch of how tracing GC could work for backends

cddr commented 7 years ago

I had a stab at writing some tests for this. It shook out what appear to be a couple of bugs in the implementation.

dgrnbrg commented 7 years ago

Thank you for the testing!

I want to ponder this a bit more, and then merge it so that it can be consumed by other backends :)