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

use savsgio gotils strconv #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

peczenyj
Copy link

Hello

I know this trick to convert from slice of bytes to string without allocation, used a lot in fasthttp and other projects,

https://groups.google.com/g/Golang-Nuts/c/ENgbUzYvCuU/m/90yGx7GUAgAJ

however, since go 1.2O things changed and many projects had to update using build tags based on go version. The package github.com/savsgio/gotils/strconv already did it for us

I think this can be a safe alternative to this project

BTW, on dialect.go there is another usage of unsafe package with atomic.StorePointer. Today the recommentatios is to use atomic.Pointer but it requires go 1.19

And I think this could be a great code improvement, maybe I can add it on a separated PR

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.

1 participant