Skip to content

1.2.0

Compare
Choose a tag to compare
@paulmillr paulmillr released this 22 Nov 21:57
· 3 commits to main since this release
1.2.0
cf6b87f

Improve encoding and decoding speed up to 4x. Decoding speed benchmarks:

  • 32B hex: 240,442 => 1,046,025 ops per second
  • 8KB hex: 1,026 => 4,096
  • 32B base64: 346,981 => 1,148,105
  • 8KB base64: 1,482 => 5,394

Reduce minified size. Speed-up bytes testing.

Full Changelog: 1.1.9...1.2.0