An open API service indexing awesome lists of open source software.

https://github.com/webdeveric/predicate-vs-schema

Simple speed comparison of type predicates vs schemas
https://github.com/webdeveric/predicate-vs-schema

Last synced: 16 days ago
JSON representation

Simple speed comparison of type predicates vs schemas

Awesome Lists containing this project

README

          

# Predicate VS Schema

This repo compares type predicate functions vs schema libs for data validation.

## Setup

```shell
fnm use
corepack enable
pnpm install
```

## Benchmark

```shell
pnpm bench
```

## Bundle size

```shell
pnpm build
```

```shell
du -h dist/*
```