Open samuelcolvin opened 1 month ago
Attention: Patch coverage is 82.44804%
with 304 lines
in your changes missing coverage. Please review.
Project coverage is 87.58%. Comparing base (
82d7146
) to head (6513df5
). Report is 1 commits behind head on main.
Comparing batson
(6513df5) with main
(ae5fc7d)
⚡ 1
improvements
✅ 72
untouched benchmarks
Benchmark | main |
batson |
Change | |
---|---|---|---|---|
⚡ | sentence_jiter_iter |
7.8 µs | 6.9 µs | +11.69% |
Adding "batson" binary alternative to JSON code crate.
From the README:
Binary Alternative To (J)SON. Designed to be very fast to query.
Inspired by Postgres' JSONB type and Snowflake's VARIANT type.
For a relatively small JSON document (3KB), batson is 14 to 126x faster than Jiter, and 106 to 588x faster than Serde.