You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, @sureshbabuveggalam.
We can add atomic wrappers for uint8 and uint16 to the library,
but because the minimum width supported by the underlying operations is 32 bits,
these will end up being uint32 internally (e.g. atomic.Bool is a wrapper around int32)
and undo the memory/performance use you were getting out of them.
go data types uint8 and uint16 is not supported on "go.uber.org/atomic"
we required these datatypes supported on atomic for optimal memory and performance
The text was updated successfully, but these errors were encountered: