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 up the LDAP Filter implementation #15

Open
tcalmant opened this issue Apr 1, 2014 · 0 comments
Open

Speed up the LDAP Filter implementation #15

tcalmant opened this issue Apr 1, 2014 · 0 comments

Comments

@tcalmant
Copy link
Owner

tcalmant commented Apr 1, 2014

The LDAP Filter module (pelix/ldapfilter.py) is the slowest part of the code of iPOPO.
As it is often used, mainly for service filtering, it should be way faster.

According to line profiling, the evaluation of an LDAP filter takes more than 70% of the call time when using the get_service_references() method.

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

No branches or pull requests

1 participant