Re: Progress on std.container

2012-07-17 Thread Tobias Pankrath
I'm the bottleneck for that. My list of actual work (aside from my duties as phobos/druntime/tools/dlang.org curator) is: 1. Put std.benchmark through the review process 2. Define allocators 3. Integrate allocators with std.container If you have fixes for std.container that are faraway

Progress on std.container

2012-07-16 Thread Matthias Walter
Hi, I'd like to know who is currently working on std.container - at some point I read that Andrei works on user-controlled allocation and then the issues of container structures will be addressed. Unforntunately, at the moment std.container.Array is unusable for me because of missing const Range

Re: Progress on std.container

2012-07-16 Thread Andrei Alexandrescu
On 7/16/12 4:19 AM, Matthias Walter wrote: Hi, I'd like to know who is currently working on std.container - at some point I read that Andrei works on user-controlled allocation and then the issues of container structures will be addressed. Unforntunately, at the moment std.container.Array is

Re: Progress on std.container

2012-07-16 Thread Matthias Walter
On 07/17/2012 12:41 AM, Andrei Alexandrescu wrote: On 7/16/12 4:19 AM, Matthias Walter wrote: Hi, I'd like to know who is currently working on std.container - at some point I read that Andrei works on user-controlled allocation and then the issues of container structures will be addressed.