Skip to content

Conversation

analytically
Copy link
Contributor

@analytically analytically commented Mar 25, 2025

  • Update to use atomic.Int64 instead of function-based atomic operations
  • Maintain backward compatibility with existing behavior

This change modernizes the code to use Go 1.19+ atomic types while improving
performance in high-concurrency scenarios.

@analytically analytically requested a review from a team as a code owner March 25, 2025 13:35
@analytically analytically force-pushed the metricatomic branch 2 times, most recently from 235b9c6 to 39b692c Compare March 25, 2025 14:56
- Update to use atomic.Int64 instead of function-based atomic operations
- Maintain backward compatibility with existing behavior

This change modernizes the code to use Go 1.19+ atomic types while
improving performance in high-concurrency scenarios.

Signed-off-by: Mathias Bogaert <mathias.bogaert@gmail.com>
@taylorsilva taylorsilva merged commit a84c738 into concourse:master Jul 4, 2025
12 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Pull Requests Jul 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants