Skip to content

Releases: aminya/minijson

v0.6.2

30 Dec 18:22
Compare
Choose a tag to compare

Fix Arm Mac fallback
Full Changelog: v0.6.1...v0.6.2

v0.6.1

30 Dec 15:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

4180 times faster - Using SIMD (AVX2, SSE4_1)

11 Jul 10:54
Compare
Choose a tag to compare

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!

10 Jul 09:50
Compare
Choose a tag to compare

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

07 Jul 19:02
Compare
Choose a tag to compare

This version adds support for minifying the JSON files that have comments (single line or multiline).

Now 55 times faster than jsonminify!

07 Jul 07:15
Compare
Choose a tag to compare

The latest version brings a huge performance improvement. 🚀

In the extensive benchmark suite that minijson was tested on, it is now 55 times faster than jsonminify.

❯ node .\benchmark\native-benchmark.mjs
1.066 seconds

❯ node .\benchmark\js-benchmark.mjs
58.686 seconds

The First stable release

07 Jul 03:21
Compare
Choose a tag to compare