andymeneely / chromium-history

Scripts and data related Chromium's history
11 stars 4 forks source link

Break code reviews into chunks #145

Closed andymeneely closed 10 years ago

andymeneely commented 10 years ago

To speed up our json parsing, we need to break our code review parsing into smaller directories. Turns out opening files is a big slowdown. Let's call those chunk001,chunk002,etc and put the json in each one.