Compile-time memory footprint of std.algorithm

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Wed Apr 23 23:46:06 PDT 2014


On Wednesday, 23 April 2014 at 08:12:42 UTC, Walter Bright wrote:
> tl;dr: allocation is a critical speed issue with dmd. Using the 
> bump-pointer method is very fast, and it matters.

Alternatively we could replace heap on size threshold.


More information about the Digitalmars-d mailing list