On 2013-04-12 09:04, Manu wrote:

I've said before, I sadly have to avoid phobos like the plague. Some
modules (like this one) that provide fundamental functionality - not
just helper functions - can't be avoided. Requirements for those should
be extra strict in my opinion.

Have you tried Tango? For most functions that do some array or string processing you have the option of passing your own buffer. If the buffer is too small, the function will allocate, otherwise it won't.

Docs: http://www.dsource.org/projects/tango/docs/current/
Tango D2: https://github.com/SiegeLord/Tango-D2

--
/Jacob Carlborg

Reply via email to