maemre / cadmium

1 stars 0 forks source link

Implement a better GC and unification data structure #4

Open maemre opened 5 years ago

maemre commented 5 years ago

Use the immutability facts to implement an efficient generational GC. Implement the unification data structure from A Persistent Union-Find Data Structure for more efficiency.