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

Sunset the dev branch #471

Merged
merged 4 commits into from
Aug 15, 2024
Merged

Sunset the dev branch #471

merged 4 commits into from
Aug 15, 2024

Conversation

mafredri
Copy link
Member

Thanks to Go modules, there's no reason to maintain a dev branch any longer. This PR pulls in the outstanding commits from dev.

Jacalz and others added 4 commits April 9, 2024 20:32
This is a cleaner solution for the fix in #438 thanks to the fact that Go 1.19 now is the default and the atomic.Int64 types are automatically aligned correctly on 32 bit systems.

Using this also means that xsync.Int64 can be removed. The new atomic.Int64 type solves the issue and should be quite a lot faster as it avoids the interface conversion.
Use new atomic types from Go 1.19
@mafredri mafredri merged commit e46e020 into master Aug 15, 2024
8 checks passed
@mafredri mafredri deleted the dev branch August 15, 2024 20:35
@mafredri mafredri restored the dev branch August 16, 2024 14:40
@mafredri mafredri deleted the dev branch August 16, 2024 14:47
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.

4 participants