-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimize the code #104
Comments
This has become a more pressing need. For the geocoder, too. |
Maybe we could use the date fields? If the date hasn't changed since date X, ignore the record? That would speed up Crump a lot. |
I just realized how to make the geocoder a lot faster—actually use the |
OK, the geocoder has been sped up markedly with that change. |
Maybe compare the file to the prior week's file, and diff them? Then only operate on the diff? |
|
I took the raw data from March and the data from this week, sorted each file, and used So if this data is OK—and it may well be—the next challenge is to figure out what to do with it. |
This just takes too long to run. It's not a problem (except when debugging), but it just ain't right. Figure out how to speed this up. It shouldn't be hard.
The text was updated successfully, but these errors were encountered: