v0.2.1 of EMSI's containers library

Brian Schott via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Sep 1 16:13:08 PDT 2015


On Tuesday, 1 September 2015 at 08:05:34 UTC, Per Nordlöw wrote:
> On Tuesday, 1 September 2015 at 04:03:48 UTC, Brian Schott 
> wrote:
>> https://github.com/economicmodeling/containers
>
> Could the test (plot) be extended to show insertion performance 
> for different allocators :)

I could do that but I won't because I'd rather work on other 
things.

I will tell you, however, that you can destroy the performance 
advantage these containers have by having the allocator create 1k 
blocks instead of 16 blocks. I think that this demonstrates that 
using std.experimental.allocator gives users several high-impact 
ways to optimize their programs.


More information about the Digitalmars-d-announce mailing list