jiter 0.16.0

Fast Iterable JSON parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Benchmarks

Before running benchmarks, make sure to generate `big.json`:

```shell
python3 ./crates/jiter/benches/generate_big.py
```

To run benchmarks, run:

```shell
cargo bench -p jiter
```