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
After more reading, I found that the underlying libpostal isn't multi, so I wrote this hack: https://github.com/mzimmerman/gopostalmulti which essentially forks out. This is probably not a great solution but it's certainly helped my throughput!
parser.ParseAddress() is not multicore. I'm trying to parse a large dataset and this is severely hurting my performance.
The text was updated successfully, but these errors were encountered: