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(cell): use const CompactString::new_inline #979

Merged
merged 1 commit into from Mar 5, 2024

Conversation

EdJoPaTo
Copy link
Member

@EdJoPaTo EdJoPaTo commented Mar 4, 2024

Some minor find when messing around trying to const all the things.

While reset() and default() can not be const it's still a benefit when their contents are.

Copy link

codecov bot commented Mar 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.0%. Comparing base (c4ce7e8) to head (653f1c3).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #979   +/-   ##
=====================================
  Coverage   92.0%   92.0%           
=====================================
  Files         61      61           
  Lines      15933   15933           
=====================================
  Hits       14660   14660           
  Misses      1273    1273           

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

@Valentin271 Valentin271 merged commit 541f0f9 into ratatui-org:main Mar 5, 2024
33 checks passed
@EdJoPaTo EdJoPaTo deleted the const-cell branch March 5, 2024 21:38
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.

None yet

3 participants