Tags: ersinkoc/vld
Tags
perf: add enum, discriminated union, and tuple benchmarks; improve te… …st coverage - Added enum validation benchmarks comparing VLD vs Zod performance - Added discriminated union benchmarks showcasing VLD's O(1) lookup optimization - Added tuple validation benchmarks for fixed-length array validation - Updated quick-bench summary to dynamically count total tests (now 12 tests) - Excluded non-English locale files from coverage (translations only, no logic) - Simplified boolean coercion logic by