Working with big files in golang
Today, I am going to show you how to read files in golang line-by-line. Let's imagine that have a jsonl file. What's jsonl? it's json lines in a simple term, it's a file that each line of it represents a valid json object. So if we read the file line...
devmarkpro.com8 min read
JR McGraw
Learning something new every day...
Excellent content. No discussion of limitations once you have the giant block on data. As input to a downstream process, for example. Chunking gigantic into huge.