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

feat: subgroup check optional in decoder, parallel checks on slices #96

Merged
merged 1 commit into from
Oct 29, 2021

Conversation

gbotrel
Copy link
Collaborator

@gbotrel gbotrel commented Oct 28, 2021

New features:

Can now instantiate ecc.NewDecoder(...) with NoSubgroupCheck options which will, as it names implies, not run subgroup checks on decoded points.

Default value is to perform the subgroup checks.

Perf: now that subgroup checks are decoupled from the setBytes() function, they are done in parallel by the decoder when decoding slices of points.

Copy link
Collaborator

@yelhousni yelhousni left a comment

Choose a reason for hiding this comment

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

LGTM

@yelhousni yelhousni merged commit 13f1880 into develop Oct 29, 2021
@yelhousni yelhousni deleted the perf-decode-raw-points branch October 29, 2021 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants