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

Speed Issues #83

Open
sursu opened this issue Oct 18, 2017 · 1 comment
Open

Speed Issues #83

sursu opened this issue Oct 18, 2017 · 1 comment

Comments

@sursu
Copy link

sursu commented Oct 18, 2017

The Python implementation of user-parser is very slow.
Do you guys use the CPP version of the ua-parser or the Python one? If not, do you think Cython`izing the CPP version would be possible? Also, I am thinking that vectorizing this function would also be beneficial.

@selwin
Copy link
Owner

selwin commented Aug 11, 2018

Sorry for the late reply. I’m open to suggestions on how we can improve the Performace of this library.

I mainly use this library in conjunction with Django and uses Django’s caching mechanism to speed things up. Maybe we can also do this here.

Have you successfully tried using the CPP version of ua-parser? If you have, it would be great if we can add he instructions to README

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

3 participants
@selwin @sursu and others