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

Special case hit threshold=1 #306

Closed
sharwell opened this issue Jan 17, 2019 · 0 comments
Closed

Special case hit threshold=1 #306

sharwell opened this issue Jan 17, 2019 · 0 comments

Comments

@sharwell
Copy link
Contributor

For projects that do not care about the number of times a hit is recorded, the RecordHit method can be modified to avoid the read/write dependency for performance, and simply use this:

HitsArray[index] = 1;
sharwell added a commit to sharwell/coverlet that referenced this issue Jan 17, 2019
@sharwell sharwell mentioned this issue Jan 17, 2019
sharwell added a commit to sharwell/coverlet that referenced this issue Jan 24, 2019
sharwell added a commit to sharwell/coverlet that referenced this issue Jan 24, 2019
sharwell added a commit to sharwell/coverlet that referenced this issue Jan 27, 2019
sharwell added a commit to sharwell/coverlet that referenced this issue Jan 28, 2019
sharwell added a commit to sharwell/coverlet that referenced this issue Feb 4, 2019
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

No branches or pull requests

1 participant