You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried the new version 1.1.0 published yesterday (to dismiss a WSGI warning when addok-csv is used with addok@1.0.3).
My usual benchmark show a performance drop on Python 3.6 and 3.10.
With addok-csv@1.0.1, 20000 trivial rows were geocoded in 4 seconds (with 8 workers / chunks of 100 rows).
Now there are geocoded in ~25secondes, which is even slower than atomic HTTP requests.
The text was updated successfully, but these errors were encountered:
jdesboeufs
changed the title
New version addok-csv 1.1.0 is 5-10x slower
New addok-csv 1.1.0 is 5-10x slower
Oct 23, 2022
I tried the new version
1.1.0
published yesterday (to dismiss a WSGI warning whenaddok-csv
is used withaddok@1.0.3
).My usual benchmark show a performance drop on Python 3.6 and 3.10.
With
addok-csv@1.0.1
, 20000 trivial rows were geocoded in 4 seconds (with 8 workers / chunks of 100 rows).Now there are geocoded in ~25secondes, which is even slower than atomic HTTP requests.
The text was updated successfully, but these errors were encountered: