yakra / tmtools

Tools to aid in development of the TravelMapping project
0 stars 0 forks source link

slurp files into core #97

Open yakra opened 3 years ago

yakra commented 3 years ago

When farther along into the smaller graphs, disk access is the bottleneck. Slurping the whole file into core before processing (vice the current read-lines-as-you-go approach) may improve efficiency.