How to read fastly files ( I/O operation)
bioinfornatics
bioinfornatics at fedoraproject.org
Tue Feb 12 04:02:58 PST 2013
instead to use memcpy I try with slicing ~ lines 136 :
_hardBuffer[ 0 .. moveSize] = _hardBuffer[_bufPosition ..
moveSize + _bufPosition];
I get same perf
More information about the Digitalmars-d-learn
mailing list