Skip to content

v0.3.3

Choose a tag to compare

@ayuhito ayuhito released this 28 Sep 08:45
· 98 commits to main since this release
c0b23c6

Overview

This release adds benchmarks that has enabled us to really focus on performance and makes extracting tars much faster than before ⚡

  • perf(fs): use only writables to prevent memory leak when unpacking by @ayuhito in #39
  • perf: add benchmarks by @ayuhito in #40
  • perf(unpack): use fs writefile over stream for small files by @ayuhito in #41
  • perf(fs): add normalize unicode cache by @ayuhito in #42
  • perf(fs): use a more iterative approach to validate path by @ayuhito in #43

Full Changelog: v0.3.2...v0.3.3