good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit afe94af9 authored by Jacob's avatar Jacob
Browse files

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.
parent e87d61ad
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment