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(bytes): skip doing extra work in some scenarios #4767

Merged
merged 1 commit into from
May 19, 2024

Conversation

dsherret
Copy link
Member

Not sure if this is worth it (or if I have introduced some bugs with this change), but I think we can avoid doing some work here.

@dsherret dsherret requested a review from kt3k as a code owner May 17, 2024 19:53
@github-actions github-actions bot added the bytes label May 17, 2024
Copy link

codecov bot commented May 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.88%. Comparing base (377043c) to head (d3d6161).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4767      +/-   ##
==========================================
- Coverage   91.89%   91.88%   -0.01%     
==========================================
  Files         485      485              
  Lines       41308    41314       +6     
  Branches     5317     5319       +2     
==========================================
+ Hits        37959    37963       +4     
- Misses       3292     3294       +2     
  Partials       57       57              

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

Copy link
Collaborator

@iuioiua iuioiua left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

@iuioiua iuioiua changed the title perf: skip doing extra work in std/bytes in some scenarios perf(bytes): skip doing extra work in some scenarios May 19, 2024
@iuioiua iuioiua merged commit 196101f into denoland:main May 19, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants