Skip to content

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

Merged
yelhousni merged 1 commit intodevelopfrom
perf-decode-raw-points
Oct 29, 2021
Merged

feat: subgroup check optional in decoder, parallel checks on slices#96
yelhousni merged 1 commit intodevelopfrom
perf-decode-raw-points

Conversation

@gbotrel
Copy link
Copy Markdown
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
Copy Markdown
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