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

Commits on Apr 9, 2024

  1. Use new atomic types from Go 1.19

    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.
    Jacalz committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    afe94af View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    cfde4a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Merge pull request #444 from Jacalz/atomic-cleanup

    Use new atomic types from Go 1.19
    nhooyr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    35fb753 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    0978a2f View commit details
    Browse the repository at this point in the history