Comment on ArkType: Ergonomic TS validator 100x faster than ZodparentComments−gajus1yZod is the default validator for https://github.com/gajus/slonik.Zod alone accounts for a significant portion of the CPU time.−BoorishBears1yIn the context of the network overhead, validation accounts for a tiny amount of the total execution time.Just to give an idea, in our sample of data, it takes sub 0.1ms to validate 1 row, ~3ms to validate 1,000 and ~25ms to validate 100,000 rows.
Comments
Zod is the default validator for https://github.com/gajus/slonik.
Zod alone accounts for a significant portion of the CPU time.