Skip to content
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

perf: optimize byte method #273

Merged
merged 1 commit into from
Jul 29, 2023
Merged

perf: optimize byte method #273

merged 1 commit into from
Jul 29, 2023

Conversation

DaniPopes
Copy link
Contributor

Motivation

On LE we can just index into the slice

Solution

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog

@codecov
Copy link

codecov bot commented Jul 26, 2023

Codecov Report

Patch coverage: 16.66% and project coverage change: -0.14% ⚠️

Comparison is base (e34200e) 82.74% compared to head (03c1bd5) 82.60%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #273      +/-   ##
==========================================
- Coverage   82.74%   82.60%   -0.14%     
==========================================
  Files          52       52              
  Lines        5588     5595       +7     
==========================================
- Hits         4624     4622       -2     
- Misses        964      973       +9     
Files Changed Coverage Δ
src/bits.rs 71.96% <0.00%> (-1.68%) ⬇️
src/bytes.rs 96.66% <100.00%> (-0.05%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@prestwich prestwich merged commit 72e092d into recmo:main Jul 29, 2023
11 of 13 checks passed
@DaniPopes DaniPopes deleted the opt-byte branch July 29, 2023 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants