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

Minor speedup #18

Merged
merged 1 commit into from Dec 25, 2019
Merged

Minor speedup #18

merged 1 commit into from Dec 25, 2019
Commits on Dec 24, 2019
  1. Minor speedup

    jvoisin committed Dec 24, 2019
    Use recv_bytes/send_bytes instead of recv/send
    where possible. This yields a bit less than 10% on
    my local benchmark, since the fuzzee and the fuzzers
    are saving one call to pickle's serialize/unserialize
    per cycle.
    
    I'm sure more performances could be obtained by
    changing the remaining recv/send calls,
    I might give it a try at some point.
You can’t perform that action at this time.