-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Batson #136
base: main
Are you sure you want to change the base?
Batson #136
Conversation
cda94cd
to
b88f848
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #136 +/- ##
==========================================
- Coverage 90.94% 87.58% -3.36%
==========================================
Files 12 21 +9
Lines 2042 3770 +1728
Branches 2042 3770 +1728
==========================================
+ Hits 1857 3302 +1445
- Misses 112 248 +136
- Partials 73 220 +147
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
CodSpeed Performance ReportMerging #136 will improve performances by 11.69%Comparing Summary
Benchmarks breakdown
|
a26ac69
to
dde2b15
Compare
dde2b15
to
e3a95a8
Compare
f03e33a
to
bada50d
Compare
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.