You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw this test results and it actually came after I had already looked into a issue with slow code where I discovered that zod was taking up 600 ms to parse 1000 json elements.
Hi
I saw this test results and it actually came after I had already looked into a issue with slow code where I discovered that zod was taking up 600 ms to parse 1000 json elements.
https://github.com/moltar/typescript-runtime-type-benchmarks
Zod is one of the slowest in the overview.
Normally speed is not a problem since I use zod on user input, but if you run a busy api endpoint this could be something important.
Did something experience something like it?
The text was updated successfully, but these errors were encountered: