www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Reminder: EMSI's containers library exists

reply Brian Schott <briancschott gmail.com> writes:
Just in case people forgot:

https://github.com/economicmodeling/containers

It's based on std.experimental.allocator, and was the project 
that caused a lot of allocator bugs being found and fixed.
Oct 21 2015
parent Laeeth Isharc <Laeeth.nospam nospam-laeeth.com> writes:
On Wednesday, 21 October 2015 at 22:17:52 UTC, Brian Schott wrote:
 Just in case people forgot:

 https://github.com/economicmodeling/containers

 It's based on std.experimental.allocator, and was the project 
 that caused a lot of allocator bugs being found and fixed.
In case it encourages others to try - I have used this a little in my own work. Pretty nice - fast and simple enough to use.
Oct 22 2015