DEV Community

Discussion on: Strings Are Evil

Collapse
 
mgajda profile image
Michał J. Gajda

Should not the compiler do it for you?
You basically wrote the code for parsing CSV with fixed types.
All allocation patterns were straightforward, so compiler should in theory make a reusable buffers, and do away with most allocations.