-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I'm trying to write a wholly stack allocated list implementation, as described in #89, but this may not ever end up seeing the light of day, primarily due to issues relating to the list creation macro (which I think is kind of a necessary feature).
However, it should be easy to replace the boxed references in the current list implementation with reference-counted references, which should make the list persistent and lead to some performance improvements, anyway