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
typia
Code snippetCode snippet
string & tags.Format<"url">
14.0.6242.17KPrecompiled75 ns
ajv
Code snippetCode snippet
ajv.compile({ type: "string", format: "url" })
8.20.0273.1MJIT79 ns
1.06x
stat_minus_1
arktype
Code snippetCode snippet
type("string.url")
2.2.31.48MJIT146 ns
1.93x
stat_minus_1
valibot
Code snippetCode snippet
v.pipe(v.string(), v.url())
1.5.013.99MNone178 ns
2.36x
stat_minus_1
@paseri/paseri
Code snippetCode snippet
p.string().url()
1.9.7136None220 ns
2.93x
stat_minus_1
zod/mini
Code snippetCode snippet
z.url()
4.6.5209.22MJIT265 ns
3.52x
stat_minus_1
zod
Code snippetCode snippet
z.url()
4.6.5209.22MJIT279 ns
3.71x
stat_minus_1
typebox
Code snippetCode snippet
Type.String({ format: "url" })
1.3.309.44MJIT539 ns
7.16x
stat_minus_1
joi
Code snippetCode snippet
Joi.string().uri()
18.2.919.7MNone2 μs
22.73x
stat_minus_1
sury
Code snippetCode snippet
S.uri
11.0.0333.97KJIT6 μs
85.35x
stat_minus_2
@railway-ts/pipelines
Code snippetCode snippet
chain(string(), url())
0.1.2999None8 μs
108.35x
stat_minus_2
zod/v3
Code snippetCode snippet
z.string().url()
4.6.5209.22MNone12 μs
154.54x
stat_minus_2
@sapphire/shapeshift
Code snippetCode snippet
s.string().url()
5.0.01.01MNone15 μs
194.84x
stat_minus_3
yup
Code snippetCode snippet
yup.string().url()
1.7.18.58MNone18 μs
244.08x
stat_minus_3
Created by eskimojo for Open Circle

Preferences

Style
Theme
NPM browser
Code ligatures