Parser performance JSON vs Nix

In my experience, JSON is faster than Nix. Most likely because the parser is simpler.
I wrote a little benchmark, and the difference at least for simple structures is rather small, (JSON is about 1.5x faster)

1 Like