Skip to content
View greatvenerable's full-sized avatar

Block or report greatvenerable

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
greatvenerable/README.md

Great Venerable

Rust · TypeScript

Speed is a feature, not an accident.

Projects

JetIO is where most of my open-source work lives:

  • @jetio/validator is a JSON Schema validator that matches AJV on validation speed, compiles significantly faster, and can emit zero-runtime standalone code (no new Function(), CSP and edge safe). Draft 06 through 2020-12, zero dependencies.
  • @jetio/schema-builder is a fluent, type-safe schema builder with spec-compliant TypeScript inference. One .build() gives you the JSON Schema, the exact type, and a compiled validator that can't drift apart.
  • @jetio/fastify-validator wires the validator into Fastify as a drop-in replacement for the default compiler.

Clean code can also be the fastest code.

Sponsor X (formerly Twitter) Follow Medium

Popular repositories Loading

  1. greatvenerable greatvenerable Public

  2. bowtie bowtie Public

    Forked from bowtie-json-schema/bowtie

    JSON Schema in every programming language

    Python