[GSoC] Reference-Counted Data Structures for D

Les De Ridder les at lesderid.net
Wed Jun 5 23:44:42 UTC 2019


On Tuesday, 4 June 2019 at 21:10:29 UTC, Brian Schott wrote:
> Don't forget that this exists: 
> https://github.com/dlang-community/containers/
>
> You may want to at least copy some of the unit tests.

Yes, I know about that library.

This project does have somewhat different goals however, mainly 
that it
targets inclusion in druntime and won't provide a range interface 
or
support for custom allocators (so it can be used in e.g. druntime
itself). For `rcarray` the goal is to be compatible with built-in
arrays.

Some of the unit tests can indeed be recycled though, and it 
might also
be interesting to benchmark against, so thanks for the reminder!


More information about the Digitalmars-d mailing list