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
zod's performance is currently lagging behind some of the other runtime data validations libraries that are out there.
Other than improving the performance in general, it would also be awesome to have the ability to generate Ahead of Time compiled validation functions in order to improve performance similar to what the Typebox library offers in order to improve performance for validations that run in performance critical code.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
zod
's performance is currently lagging behind some of the other runtime data validations libraries that are out there.Other than improving the performance in general, it would also be awesome to have the ability to generate Ahead of Time compiled validation functions in order to improve performance similar to what the Typebox library offers in order to improve performance for validations that run in performance critical code.
Beta Was this translation helpful? Give feedback.
All reactions