DEV Community

Discussion on: Strings Are Evil

Collapse
 
mheyman profile image
Michael Heyman

I was a little disappointed I didn't see you drop into MemoryMappedFile for speed and use stackalloc byte[] to skip the garbage collector on byte arrays used locally (you didn't say anything about avoiding the 'unsafe' keyword).