Comment on ArkType: Ergonomic TS validator 100x faster than ZodparentComments−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