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

Conversation

@jvoisin
Copy link
Contributor

jvoisin commented 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.

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.
@yevgenypats yevgenypats merged commit 8c4f51f into fuzzitdev:master Dec 25, 2019
@jvoisin jvoisin deleted the jvoisin:minor_speedup branch Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.