An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## base64
[![Go Reference](https://pkg.go.dev/badge/github.com/gen2brain/base64.svg)](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)
```