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

Change column map to work efficiently with slices of column IDs. #1515

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

chriseth
Copy link
Member

@chriseth chriseth commented Jul 1, 2024

No description provided.

Base automatically changed from remove_lifetime to main July 3, 2024 11:10
@chriseth chriseth marked this pull request as ready for review July 3, 2024 18:03
@@ -458,6 +487,7 @@ impl<'row, 'a, T: FieldElement> RowPair<'row, 'a, T> {
pub fn get_value(&self, poly: &AlgebraicReference) -> Option<T> {
let row = self.get_row(poly.next);
if self.unknown_strategy == UnknownStrategy::Zero {
// TODO this should panic if the column is out of range.
Copy link
Member Author

Choose a reason for hiding this comment

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

Ah no, I still wanted to look into which calls to get_value should panic and which should return None.

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