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

Improve lookup support #1966

Closed
wants to merge 32 commits into from
Closed

Improve lookup support #1966

wants to merge 32 commits into from

Conversation

dannywillems
Copy link
Member

@dannywillems dannywillems commented Mar 12, 2024

TODO:

  • integrate with serialization
  • implement the lookup env for the quotient polynomial
  • fix domain for evaluation in mvlookup.rs

@dannywillems dannywillems self-assigned this Mar 12, 2024
@dannywillems dannywillems marked this pull request as draft March 12, 2024 16:55
@dannywillems dannywillems added the enhancement New feature or request label Mar 12, 2024
@@ -1,6 +1,6 @@
use crate::{
columns::{Column, ColumnIndexer},
expr::MSMExpr,
expr::E,
Copy link
Member

Choose a reason for hiding this comment

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

I'm happy with removing MSM from MSMExpr, but can we at least have Expr instead of just E? One can always do expr::Expr as E to save up three letters (although I think it decreases readability significantly, similarly to D sometimes used alongside Domain).

@dannywillems
Copy link
Member Author

Closing as it is done in smaller PRs.

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.

2 participants