v0.7.2
Overview
Lots of minor performance improvements to reduce our memory overhead and small correctness bug fixes 🔨
- perf(pcache): return strings instead of objects by @ayuhito in #99
- perf(path): skip ascii normalization by @ayuhito in #100
- docs(bench): use mitata and add more workloads by @ayuhito in #101
- perf(normalize): skip cache if only ascii to save memory by @ayuhito in #102
- fix(unpack): root dir mkdir race condition by @ayuhito in #104
- fix(tar): read octal should handle sizes larger than int32 by @ayuhito in #105
- perf(chunk): reallocate with fresh array with empty queue by @ayuhito in #106
- fix(cache): add bounds to all caches by @ayuhito in #107
Full Changelog: v0.7.1...v0.7.2