Comment by ZitchDog
6 days ago
I had the same question recently! So I did an experiment to see if I could create something of value using agentic coding.
I made the worlds fastest and most accurate JSON Schema validator.
6 days ago
I had the same question recently! So I did an experiment to see if I could create something of value using agentic coding.
I made the worlds fastest and most accurate JSON Schema validator.
Why do you say it's the fastest and most accurate? I don't see any raw stats, just AI generated readmes.
you also don't compare it to the top result on Google https://github.com/Stranger6667/jsonschema was that intentional?
Here are benchmark results vs AJV: https://github.com/sberan/tjs/blob/main/benchmarks/results/B...
There are raw stats in the main graph image of the readme (op/s)
I don't compare it to that validator because these are JS only - I'll update to specify the language preference. Thanks for the feedback.