Skip to content
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

Multicore parser.ParseAddress() #13

Open
mzimmerman opened this issue Apr 27, 2019 · 1 comment
Open

Multicore parser.ParseAddress() #13

mzimmerman opened this issue Apr 27, 2019 · 1 comment

Comments

@mzimmerman
Copy link

parser.ParseAddress() is not multicore. I'm trying to parse a large dataset and this is severely hurting my performance.

@mzimmerman
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant