Skip to content

Releases: emmansun/base64

v0.6.0

24 Oct 00:18
05ec2d3
Compare
Choose a tag to compare

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.5.0

17 Oct 05:40
57c73e8
Compare
Choose a tag to compare

Notable Changes:

  • s390x optimization #19

v0.4.0

16 Oct 02:14
19f3729
Compare
Choose a tag to compare

Notable Changes:

  • ppc64x optimization #18

v0.3.2

05 Aug 06:46
db92925
Compare
Choose a tag to compare

Notable Changes:

  • sync golang SDK.
  • upgrade dependency.

v0.3.1

17 Nov 01:50
5105b16
Compare
Choose a tag to compare

Update README to add performance stat.

v0.3.0

14 Nov 09:48
654a23d
Compare
Choose a tag to compare

Notable Changes:

  • Fast convert string to []byte, and []byte to string, for detail, please reference #5

v0.2.0

08 Nov 02:59
792f80e
Compare
Choose a tag to compare

Notable Changes:

  • Update AVX2 encode implementation and code refactor.
  • Upgrade dependency.

v0.1.0

06 Nov 01:52
3671c19
Compare
Choose a tag to compare

Notable Changes:

  • Fully compatible with golang base64.
  • Supports AMD64 SSE, AVX, AVX2 SIMD acceleration.
  • Supports ARM64 NEON SIMD acceleration.