LogoLogo

Schema Benchmarks

    • home
      Home

    • download_2
      Download

    • timer
      Initialization
    • check_circle
      Validation
    • output_circle
      Parsing
    • swap_horiz
      Codec
    • schema
      Standard Schema
    • format_quote
      String

    • error
      Stack

    • article
      Blog
Code styleCode style
Normal styleNormal style
System themeSystem theme
Light themeLight theme
Dark themeDark theme
Expand sidebarExpand sidebar
Benchmarks/StringString
Code styleCode style
Normal styleNormal style
System themeSystem theme
Light themeLight theme
Dark themeDark theme
github
GitHubGitHub
DiscordDiscord

Validating different string formats.

Copy to clipboardCopy to clipboard
import * as v from "valibot"; const url = v.parse(v.pipe(v.string(), v.url()), data);
Format
calendar_clockDatetimecalendar_todayDatescheduleTimedate_rangeDurationemailEmaillinkURLfingerprintUUIDwifiIPv4wifiIPv6
Data
errorInvalidcheck_circleValid
Optimizations
flash_offNonecodeJITbuildPrecompiled
LibrarysortVersionDownloads (/wk)sortOptimizationsMeanarrow_upwardCompare
typia
Code snippetCode snippet
string & tags.Format<"email">
12.0.1261.03KPrecompiled94 ns
arktype
Code snippetCode snippet
type("string.email")
2.2.0814.62KJIT100 ns
1.07x
stat_minus_1
@railway-ts/pipelines
Code snippetCode snippet
chain(string(), email())
0.1.27364None181 ns
1.93x
stat_minus_1
valibot
Code snippetCode snippet
v.pipe(v.string(), v.email())
1.3.18.61MNone296 ns
3.16x
stat_minus_1
typebox
Code snippetCode snippet
Type.String({ format: "email" })
1.1.6281.23KJIT663 ns
7.07x
stat_minus_1
zod/v3
Code snippetCode snippet
z.string().email()
4.3.6160.8MNone1 μs
13.61x
stat_minus_1
joi
Code snippetCode snippet
Joi.string().email()
18.0.218.91MNone2 μs
23.25x
stat_minus_1
sury
Code snippetCode snippet
S.email(S.string)
11.0.0-alpha.4158.32KJIT7 μs
79.15x
stat_minus_2
zod/mini
Code snippetCode snippet
z.email()
4.3.6160.8MJIT12 μs
126.51x
stat_minus_2
zod
Code snippetCode snippet
z.email()
4.3.6160.8MJIT16 μs
175.04x
stat_minus_3
yup
Code snippetCode snippet
yup.string().email()
1.7.110.63MNone22 μs
236.27x
stat_minus_3
Created by eskimojo for Open Circle