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

  • JSON Schema

    • data_object
      Schema to JSON
    • code
      JSON to Schema
    • verified
      Compliance

    • deployed_code
      Libraries

    • article
      Blog
Expand sidebarExpand sidebar
Benchmarks/StringString
github
GitHubGitHub
DiscordDiscord
PreferencesPreferences

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, );
Copy to clipboardCopy to clipboard
import * as v from "valibot"; const url = v.parse(v.pipe(v.string(), v.url()), data);
Format
  • calendar_clockDatetime
  • calendar_todayDate
  • scheduleTime
  • date_rangeDuration
  • emailEmail
  • linkURL
  • fingerprintUUID
  • wifiIPv4
  • wifiIPv6
Data
  • errorInvalid
  • check_circleValid
Optimizations
  • flash_offNone
  • codeJIT
  • buildPrecompiled
LibrarysortVersiondownload/wksortOptimizationsMeanarrow_upwardCompare
ata-validator
Code snippetCode snippet
new Validator({ type: "string", format: "uuid" })
1.21.02.75KJIT51 ns
typia
Code snippetCode snippet
string & tags.Format<"uuid">
14.0.6242.17KPrecompiled69 ns
1.35x
stat_minus_1
@paseri/paseri
Code snippetCode snippet
p.string().uuid()
1.9.7136None76 ns
1.49x
stat_minus_1
ajv
Code snippetCode snippet
ajv.compile({ type: "string", format: "uuid" })
8.20.0273.1MJIT78 ns
1.54x
stat_minus_1
arktype
Code snippetCode snippet
type("string.uuid")
2.2.31.48MJIT79 ns
1.55x
stat_minus_1
@railway-ts/pipelines
Code snippetCode snippet
chain(string(), uuid())
0.1.2999None99 ns
1.94x
stat_minus_1
valibot
Code snippetCode snippet
v.pipe(v.string(), v.uuid())
1.5.013.99MNone191 ns
3.73x
stat_minus_1
typebox
Code snippetCode snippet
Type.String({ format: "uuid" })
1.3.309.44MJIT435 ns
8.52x
stat_minus_1
zod/mini
Code snippetCode snippet
z.uuid()
4.6.5209.22MJIT535 ns
10.48x
stat_minus_1
zod
Code snippetCode snippet
z.uuid()
4.6.5209.22MJIT647 ns
12.67x
stat_minus_1
zod/v3
Code snippetCode snippet
z.string().uuid()
4.6.5209.22MNone1 μs
21.57x
stat_minus_1
joi
Code snippetCode snippet
Joi.string().uuid()
18.2.919.7MNone2 μs
32.39x
stat_minus_1
sury
Code snippetCode snippet
S.uuid
11.0.0333.97KJIT6 μs
125.43x
stat_minus_2
@sapphire/shapeshift
Code snippetCode snippet
s.string().uuid()
5.0.01.01MNone7 μs
132.98x
stat_minus_2
yup
Code snippetCode snippet
yup.string().uuid()
1.7.18.58MNone19 μs
363.77x
stat_minus_3
Created by eskimojo for Open Circle

Preferences

Style
Theme
NPM browser
Code ligatures