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

Please implement MMAP_EXT mode from the python module #37

Open
seandilda opened this issue Feb 20, 2020 · 2 comments
Open

Please implement MMAP_EXT mode from the python module #37

seandilda opened this issue Feb 20, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@seandilda
Copy link

Can you add an implementation of the MMAP_EXT mode that the python module has? I've noticed significant speedups in python code when switching to it and I'd love to have that option in ruby as well.

@horgh
Copy link
Contributor

horgh commented Feb 20, 2020

Thanks for the feedback! Adding a C extension option is something we've discussed. As you say it would give a performance boost when used. Are you finding the performance is an issue in your use case?

@horgh horgh added the enhancement New feature or request label Feb 20, 2020
@seandilda
Copy link
Author

For the project I'm working on, the speed difference is important. For now I'm using https://github.com/fluent-plugins-nursery/geoip2_c as it has a compiled backend and a lot of the speed improvements I'm looking for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants