Releases: emmansun/base64
Releases · emmansun/base64
v0.6.0
Notable Changes:
- Supports encoding length in [16,48) with ARM64 NEON instructions #20
- Supports decoding length in [24,64) with ARM64 NEON instructions #20
v0.3.2
Notable Changes:
- sync golang SDK.
- upgrade dependency.
v0.3.1
Update README to add performance stat.
v0.3.0
Notable Changes:
- Fast convert string to []byte, and []byte to string, for detail, please reference #5
v0.2.0
Notable Changes:
- Update AVX2 encode implementation and code refactor.
- Upgrade dependency.
v0.1.0
Notable Changes:
- Fully compatible with golang base64.
- Supports AMD64 SSE, AVX, AVX2 SIMD acceleration.
- Supports ARM64 NEON SIMD acceleration.