|
|
|
|
|
by _ar7
3293 days ago
|
|
Could you elaborate on the zero allocation part? I made a CSV parser based on yours [0] before the 1.0.0-beta rewrite, and at the very least I have to allocate as much memory to hold a single field in the CSV (and then reuse that memory). [0]: https://github.com/AriaFallah/csv-parser |
|