Okasaki icon indicating copy to clipboard operation
Okasaki copied to clipboard

Functional data structures in C++

Results 2 Okasaki issues
Sort by recently updated
recently updated
newest added

I thought I'd leave this comment here: I've been playing around with implementing an opt-in garbage collector as a library for C++. I think this would be a pretty interesting...

Hy, The list implementation is simple/nice but it imposes a limit on number of stored elements because of "additional effect" of recursive destruction. A garbage collector would be very nice...