基于 Turbo-Base64 算法的 go 实现,其速度是官方 encoding/base64
的3倍。
替换官方库的方式
1
2
3
-import "encoding/base64"
+import "github.com/cristalhq/base64"
需要go版本 Go 1.16+
安装
1
go get github.com/cristalhq/base64
相关项目
- Faster base64 encoding for Go https://github.com/cristalhq/base64
- Fastest Base64 SIMD/Neon/Altivec https://github.com/powturbo/Turbo-Base64
本文网址: https://golangnote.com/topic/287.html 转摘请注明来源