December 13, 2010
I just made a large commit that was overdue. Added RedBlackTree by Steve, and put him as first author of the module because I think it's the most complex piece of code in the module. I've committed this without a prior review (unlike e.g. std.datetime) because the design is rather fixed so any changes would only affect implementation, which can be changed without disruption.

You may want to take a look and comment on it.

Thanks Steve for the contribution!


Andrei

-------- Original Message --------
Subject: [phobos] phobos commit, revision 2221
Date: Mon, 13 Dec 2010 01:44:19 -0500
From: dsource.org <noreply at dsource.org>
Reply-To: Discuss the phobos library for D <phobos at puremagic.com>
To: phobos at puremagic.com

phobos commit, revision 2221


user: andrei

msg:
Integrated RedBlackTree by Steven Schveighoffer

http://www.dsource.org/projects/phobos/changeset/2221

_______________________________________________
phobos mailing list
phobos at puremagic.com
http://lists.puremagic.com/mailman/listinfo/phobos
December 12, 2010
On Sunday 12 December 2010 22:58:45 Andrei Alexandrescu wrote:
> I just made a large commit that was overdue. Added RedBlackTree by Steve, and put him as first author of the module because I think it's the most complex piece of code in the module. I've committed this without a prior review (unlike e.g. std.datetime) because the design is rather fixed so any changes would only affect implementation, which can be changed without disruption.
> 
> You may want to take a look and comment on it.
> 
> Thanks Steve for the contribution!

Woohoo! This is one of things that I've been _really_ looking forward to having in Phobos, and it's _definitely_ the container that I've missed the most. It'll be great to have it. Thank you Steve for writing it, and thank Andrei for getting it into Phobos. This is good news indeed.

- Jonathan M Davis