https://github.com/gen2brain/base64
Fork of goost.org/encoding/base64
https://github.com/gen2brain/base64
Last synced: 11 months ago
JSON representation
Fork of goost.org/encoding/base64
- Host: GitHub
- URL: https://github.com/gen2brain/base64
- Owner: gen2brain
- Created: 2022-10-15T18:39:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-15T18:41:37.000Z (over 3 years ago)
- Last Synced: 2025-03-26T11:44:37.641Z (over 1 year ago)
- Language: Go
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## base64
[](https://pkg.go.dev/github.com/gen2brain/base64)
### Performance
```
name old time/op new time/op delta
EncodeToString 12.0µs ± 2% 4.5µs ± 1% -62.75% (p=0.000 n=10+9)
name old speed new speed delta
EncodeToString 680MB/s ± 2% 1825MB/s ± 1% +168.41% (p=0.000 n=10+9)
```