[OT] Yes, you can help std.allocator!

2015-04-05 Thread Kagamin via Digitalmars-d
On Sunday, 5 April 2015 at 03:16:32 UTC, Andrei Alexandrescu wrote: Things are going well with std.allocator. I broke the code into a package with modules, which makes it quite nice to deal with. Also I just implemented a simple heterogeneous freelist allocator akin to the Kernighan-Ritchie

Re: [OT] Yes, you can help std.allocator!

2015-04-05 Thread Andrei Alexandrescu via Digitalmars-d
On 4/5/15 4:50 AM, Kagamin wrote: On Sunday, 5 April 2015 at 03:16:32 UTC, Andrei Alexandrescu wrote: Things are going well with std.allocator. I broke the code into a package with modules, which makes it quite nice to deal with. Also I just implemented a simple heterogeneous freelist allocator