Skip to content

Add eager encoding of keys and values#9

Draft
sunsided wants to merge 3 commits intomainfrom
feature/eager
Draft

Add eager encoding of keys and values#9
sunsided wants to merge 3 commits intomainfrom
feature/eager

Conversation

@sunsided
Copy link
Copy Markdown
Owner

Shifts the load of percent-encoding values to the construction of the string. Allows for cheaper reuse of the same builder, but incurs higher resource usage when building.

@codecov
Copy link
Copy Markdown

codecov bot commented May 24, 2024

Codecov Report

❌ Patch coverage is 89.13043% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.03%. Comparing base (ccc3768) to head (627a766).
⚠️ Report is 15 commits behind head on main.

Files with missing lines Patch % Lines
src/lib.rs 89.13% 10 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##              main       #9      +/-   ##
===========================================
- Coverage   100.00%   96.03%   -3.97%     
===========================================
  Files            1        1              
  Lines          174      252      +78     
===========================================
+ Hits           174      242      +68     
- Misses           0       10      +10     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant