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

Implement parallel e-graph search #8661

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mwillsey
Copy link
Contributor

This PR implements parallel e-graph search based on an egg API I just added. The new API doesn't do parallelism, just enables clients to do it themselves.

I have not measured the effects of the parallelism just yet.

@github-actions github-actions bot added the pr:community Contribution from Cube.js community members. label Aug 30, 2024
Copy link

codecov bot commented Aug 30, 2024

Codecov Report

Attention: Patch coverage is 94.73684% with 1 line in your changes missing coverage. Please review.

Project coverage is 82.54%. Comparing base (1c63de0) to head (d587167).

Files with missing lines Patch % Lines
...st/cubesql/cubesql/src/compile/rewrite/rewriter.rs 94.73% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8661      +/-   ##
==========================================
- Coverage   82.55%   82.54%   -0.02%     
==========================================
  Files         209      209              
  Lines       77054    77051       -3     
==========================================
- Hits        63612    63599      -13     
- Misses      13442    13452      +10     
Flag Coverage Δ
cubesql 82.54% <94.73%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:community Contribution from Cube.js community members.
1 participant