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

Override QueryIter::fold to port Query::for_each perf gains to select Iterator combinators #6773

Merged
merged 30 commits into from
Dec 1, 2023
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
a2d6b13
Move for_each implementation onto Iterator::fold
james7132 Nov 26, 2022
7d17204
Fix starting fold from the middle of iteration
james7132 Nov 27, 2022
2c5af86
Simplify for_each cases and add safety docs
james7132 Nov 27, 2022
16b94dc
Undo test changes to empty.rs
james7132 Nov 27, 2022
fe681cb
Formatting
james7132 Nov 27, 2022
da27171
Merge branch 'main' into query-iter-fold
james7132 Dec 4, 2022
e0ea6c8
Merge branch 'main' into query-iter-fold
james7132 Jan 7, 2023
a11827f
Fix build
james7132 Jan 7, 2023
2abc327
Fix CI
james7132 Jan 7, 2023
abadb6f
Merge branch 'main' into query-iter-fold
james7132 Feb 17, 2023
1883adc
Revert QueryIterationCursor::fetch
james7132 Feb 17, 2023
c57481a
Deprecate the functions
james7132 Feb 18, 2023
65028bf
Apply suggestions from code review
james7132 Feb 19, 2023
2f997d0
Formatting
james7132 Feb 19, 2023
4bde3f4
Address deprecation
james7132 Feb 19, 2023
bca5e61
Update the safety comments.
james7132 Feb 19, 2023
df3d3bb
Address JoJoJet's comment
james7132 Feb 19, 2023
ca81c1c
make Query::for_each safer
james7132 Feb 19, 2023
dab9734
Remove mentions of QueryState::for_each_unchecked_manual
james7132 Feb 19, 2023
d166843
Merge branch 'main' into query-iter-fold
james7132 Mar 5, 2023
0d7d7da
Merge branch 'main' into query-iter-fold
james7132 Nov 26, 2023
d13e9a6
Update deprecation versions
james7132 Nov 26, 2023
144bb14
Fix CI and rename fold_*/for_each_*
james7132 Nov 26, 2023
624c3c5
Fix CI
james7132 Nov 26, 2023
94bc428
Fix UX tests
james7132 Nov 26, 2023
381bfbb
Fix deprecation notice for iter_mut().for_each
james7132 Nov 26, 2023
6307015
Merge branch 'main' into query-iter-fold
alice-i-cecile Nov 28, 2023
541f4c5
Inline for_each_in*
james7132 Dec 1, 2023
997ab70
Fix CI
james7132 Dec 1, 2023
3a9c92c
Remove the for_each_* functions when multithreading is not required.
james7132 Dec 1, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into query-iter-fold
  • Loading branch information
james7132 committed Feb 17, 2023
commit abadb6f04de3e41b53e151fadd65fd1dc54ffe1a

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.