|
|
|
|
|
by sleepyhead
697 days ago
|
|
Most data formats used in high performant scenarios, for example in finance, are very basic for a reason. You also get the benefit of being able to start processing the file immediately line by line, instead of having to read and parse the entire file. |
|