-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
refactor: decoder accept &[u8]
as input
#35
Conversation
Benchmark for LinuxClick to view benchmark
Benchmark for WindowsClick to view benchmark
|
2d6c0dd
to
65fce2c
Compare
Since we introduce the zero copy parse here, We can use https://github.com/fitzgen/bumpalo for further optimization in the future. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #35 +/- ##
===========================================
- Coverage 78.32% 36.92% -41.41%
===========================================
Files 50 1 -49
Lines 7682 260 -7422
===========================================
- Hits 6017 96 -5921
+ Misses 1665 164 -1501
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Benchmark for LinuxClick to view benchmark
Benchmark for WindowsClick to view benchmark
|
f4a4eb8
to
23ec958
Compare
Benchmark for LinuxClick to view benchmark
Benchmark for WindowsClick to view benchmark
|
50a99f5
to
0f971fe
Compare
Benchmark for LinuxClick to view benchmark
Benchmark for WindowsClick to view benchmark
|
0f971fe
to
602c0b4
Compare
Benchmark for LinuxClick to view benchmark
Benchmark for WindowsClick to view benchmark
|
No description provided.