|
|
|
|
|
by seabass
290 days ago
|
|
I was surprised by the source including a bunch of try/catch, which results in deopts for that code path as far as I understand, given that the stated benefit over Zod and other validators was that this should be run in performance critical code. I’d be curious to see benchmarks that show whether this is faster than zod, valibot, and zod4 mini in hot code paths. |
|
In the new few days, I'll prepare benchmarks to compare with Zod and Valibot!