7 ms·
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 a
by ZitchDog 8mo 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.
https://github.com/sberan/tjs https://github.com/sberan/tjs
- grayhatter 8mo agoWhy 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 https://github.com/Stranger6667/jsonschema was that intentional?
- ZitchDog 8mo agoHere are benchmark results vs AJV: https://github.com/sberan/tjs/blob/main/benchmarks/results/BENCHMARK_AJV.md 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.