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

Get rid of the boxed iterator returned from query in favor of impl Iterator #24

Merged
merged 2 commits into from Dec 29, 2023

Conversation

tgecho
Copy link
Owner

@tgecho tgecho commented Nov 24, 2023

This seems to have a nice little performance boost, but it's currently not stable. See rust-lang/rust#91611

Copy link

codecov bot commented Nov 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (acedb4f) 97.99% compared to head (eb000a4) 98.00%.
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #24   +/-   ##
=======================================
  Coverage   97.99%   98.00%           
=======================================
  Files          48       48           
  Lines        1948     1954    +6     
=======================================
+ Hits         1909     1915    +6     
  Misses         39       39           

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

@tgecho tgecho merged commit 1ea638d into main Dec 29, 2023
7 checks passed
@tgecho tgecho deleted the impl-iterator branch December 29, 2023 21:49
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

1 participant