Hacker News new | ask | show | jobs
by PEJOE 1867 days ago
If you know the structure of the file so that you are comfortable reading it a bit at a time, and you’re confident the structure won’t change, C has several ways to control how much of the file you read in. You could just write a python module to handle this situation.