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

Use some monkey-patching voodoo to increase the performances #13

Merged
merged 1 commit into from Dec 25, 2019
Commits on Dec 20, 2019
  1. Use some monkey-patching voodoo to increase the performances

    jvoisin committed Dec 20, 2019
    Since we're using an old fixed version of coverage.py, we can monkey-patch it
    to significantly increase its performances. This commit adds memoization around
    a syscall-intensive function, giving around +50% in performances on my
    benchmark (#9).
You can’t perform that action at this time.