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

feat(perf): add optimization on eq (ptr::eq) #12

Conversation

polazarus
Copy link
Owner

fixes #9

@polazarus polazarus linked an issue Oct 30, 2023 that may be closed by this pull request
@polazarus polazarus self-assigned this Oct 30, 2023
@polazarus polazarus added the enhancement New feature or request label Oct 30, 2023
@codecov
Copy link

codecov bot commented Oct 30, 2023

Codecov Report

Merging #12 (2e60b4f) into main (2967b9e) will increase coverage by 99.48%.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##           main      #12       +/-   ##
=========================================
+ Coverage      0   99.48%   +99.48%     
=========================================
  Files         0       13       +13     
  Lines         0     2723     +2723     
  Branches      0     2723     +2723     
=========================================
+ Hits          0     2709     +2709     
- Misses        0        8        +8     
- Partials      0        6        +6     
Files Coverage Δ
src/bytes/cmp.rs 100.00% <100.00%> (ø)
src/string/cmp.rs 100.00% <100.00%> (ø)

... and 11 files with indirect coverage changes

@polazarus polazarus merged commit 4ed7457 into main Oct 30, 2023
50 checks passed
@polazarus polazarus deleted the 9-ref-counted-types-missing-pointer-comparison-optimization-for-eq branch November 22, 2023 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ref counted types missing pointer comparison optimization for eq
1 participant