TIL about Computer Science

76 readers
1 users here now

A place to share everything you like about Computer Science. Feel free to consider here as a public "Read it Later" service.

Rules:

Any posting, commenting and voting means you'd like to follow these rules:

founded 1 year ago
MODERATORS
1
 
 

Never thought about it but comma seperated values can obviously be parsed backwards (reading the bytes of the file in reverse).

Also this article covers how csv files can be streamed line by line (row by row) minimizing ram consumption.

2
3
4
5
6
 
 

loginwall at Dev.to