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

[*] refactor InterlockedFlag to use int instead of long for better performance and memory optimization #71

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

ZjzMisaka
Copy link
Owner

No description provided.

@ZjzMisaka ZjzMisaka added the enhancement New feature or request label Nov 11, 2024
@ZjzMisaka ZjzMisaka self-assigned this Nov 11, 2024
Copy link
Owner Author

@ZjzMisaka ZjzMisaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

self checked

@ZjzMisaka ZjzMisaka merged commit ebbc735 into main Nov 11, 2024
4 of 5 checks passed
Copy link

codecov bot commented Nov 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.87%. Comparing base (45969eb) to head (e343eff).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #71   +/-   ##
=======================================
  Coverage   99.87%   99.87%           
=======================================
  Files          36       36           
  Lines        2335     2335           
  Branches      276      276           
=======================================
  Hits         2332     2332           
  Misses          2        2           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ZjzMisaka ZjzMisaka deleted the refactor-InterlockedFlag-to-use-int-instead-of-long branch November 12, 2024 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant