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.

Reply via email to