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 atomic increments on CCL #61

Merged
merged 1 commit into from
Sep 21, 2024
Merged

Conversation

ruricolist
Copy link
Contributor

This changes increment-atomic-series to use ccl::atomic-incf on CCL to avoid taking a lock.

LIght testing suggests this yields a 15-20% performance improvement.

Instead of taking a lock.
@slburson
Copy link
Owner

Great, thanks!

@slburson slburson merged commit 4daf8b3 into slburson:master Sep 21, 2024
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.

2 participants