Streaming library

Sean Kelly sean at invisibleduck.org
Wed Oct 13 15:38:11 PDT 2010


Denis Koroskin Wrote:
> 
> I prefer ubyte[] because that helps GC (void arrays are scanned for  
> pointers).

To be fair, the only thing that matters here is what the type is when the initial "new" occurs.  After that, I think bits are preserved for reallocations so if NO_SCAN is set then it will remain.


More information about the Digitalmars-d mailing list