Skip to content

Rewrite list with Rc rather than Box. #93

@hawkw

Description

@hawkw

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

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions