Code runtime
H. S. Teoh via Digitalmars-d
digitalmars-d at puremagic.com
Sun Jun 5 16:12:20 PDT 2016
On Sun, Jun 05, 2016 at 10:29:09PM +0000, extrawurst via Digitalmars-d wrote:
[...]
> I never used those methods neither in D nor in C++ but I have a gut
> feeling it is the nextPermutation method in phobos, allocating
> internally
I wrote nextPermutation. It does not allocate.
For performance, I recommend using gdc or ldc. It is not dmd's strength.
T
--
If blunt statements had a point, they wouldn't be blunt...
More information about the Digitalmars-d
mailing list