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

Optimize coverage collection #1003

Merged
merged 1 commit into from
Apr 14, 2023
Merged

Optimize coverage collection #1003

merged 1 commit into from
Apr 14, 2023

Conversation

arcz
Copy link
Member

@arcz arcz commented Mar 30, 2023

This changes coverage collection to mutable vectors instead of sets. This change yields a huge performance boost in fuzzing speed (~4x) and cuts the memory usage by half.

@arcz arcz requested a review from ggrieco-tob as a code owner March 30, 2023 12:41
@arcz arcz marked this pull request as draft March 30, 2023 12:41
@arcz arcz marked this pull request as ready for review March 31, 2023 14:32
@arcz arcz changed the title Optimize coverage collection WIP Optimize coverage collection Mar 31, 2023
@arcz arcz added this to the Echidna 2.2.0 milestone Mar 31, 2023
@arcz arcz force-pushed the arcz/mutable-cov branch 2 times, most recently from 0b1d0f8 to 2368d4b Compare April 7, 2023 13:25
@arcz arcz force-pushed the arcz/mutable-cov branch 2 times, most recently from ceb8a4e to 5a3cad9 Compare April 10, 2023 13:54
@arcz arcz merged commit bdbf2bb into master Apr 14, 2023
15 checks passed
@arcz arcz deleted the arcz/mutable-cov branch April 14, 2023 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant