Hacker News new | ask | show | jobs
by kosherhurricane 1193 days ago
What I would have done is first create a map of the file, just the keys and shapes, without the data. That way I can traverse the file. And then mmap the file to traverse and read the data.

A couple of dozen lines of code would do it.