jit 1.0 compiled validators, queries and codecs are out. Star it on GitHub →

jit

benchmarks / high-load validation / load-is-100k

High-load validation

is() — 100k valid users

Same benchmark at 100k rows — jit stays allocation-free.

is() — 100k valid userslower is better · pnpm bench:load

Same benchmark at 100k rows — jit stays allocation-free.

Reproduce it

pnpm bench:load

Clone the repository, install with pnpm, and run the command above. mitata prints avg times and heap per operation; results land in bench/results (gitignored).

Benchmark results with environment Node 22.17.1, AMD Ryzen 7 5800H
SuiteImplementationAvg timeHeap/op
is() — 100k valid usersjit7.01 ms96 B
typia (generated)7.17 ms152 B
TypeBox (compiled)7.22 ms5.34 MB
Zod 4114.15 ms21.14 MB
mitata · Node 22.17.1 · linux-x64 · AMD Ryzen 7 5800H · captured 2026-07-11Zod 4.4.3 · TypeBox 0.34 · typia 12 · fast-json-stringify 7