Vote for std.process

Jacob Carlborg doob at me.com
Fri Apr 12 03:57:35 PDT 2013


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


More information about the Digitalmars-d mailing list