frostdb
frostdb copied to clipboard
Replace unsafe atomic pointers with Go 1.19 generic pointer
We have a bunch of uses of unsafe atomic pointers. Go 1.19 shipped with a generic (type-safe) atomic pointer that we should now use.
https://pkg.go.dev/sync/atomic@master#Pointer
Hello, @brancz! Can I work on this?
Go ahead!
Completed in https://github.com/polarsignals/frostdb/pull/203