Releases: aminya/minijson
Releases · aminya/minijson
v1.1.1
v1.1.0
v1.0.3
- fix: correct parsing of the files without a flag
- fix: fix forwarding of args from node to minijson
Full Changelog: v1.0.2...v1.0.3
v1.0.2
- fix: chmod minijson on load in Nodejs due to npm not preserving permissions
Full Changelog: v1.0.1...v1.0.2
v1.0.0
v0.6.2
Fix Arm Mac fallback
Full Changelog: v0.6.1...v0.6.2
v0.6.1
4180 times faster - Using SIMD (AVX2, SSE4_1)
This version makes minijson 4180 times faster than jsonminify. 🚀 It achieves this by using AVX2 and SSE4_1 CPU instructions.
❯ .\dist\minijson-benchmark.exe --benchmark-minifyString --benchmark-minifyFiles
Benchmark minifyString
14 ms
Benchmark minifyFiles
49 ms
❯ node .\benchmark\js-benchmark.mjs
Benchmark minifyString
58.502 seconds
Benchmark minifyFiles
58.703 seconds
Now 360 times faster than jsonminify!
minijson is now 360 times faster than jsonminify 🚀
❯ node .\benchmark\native-benchmark.mjs
0.163 seconds
❯ node .\benchmark\js-benchmark.mjs
58.818 seconds
Minify JSON with Comments
This version adds support for minifying the JSON files that have comments (single line or multiline).