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

Remove un-needed vector utilities #282

Merged
merged 2 commits into from
May 9, 2024
Merged

Remove un-needed vector utilities #282

merged 2 commits into from
May 9, 2024

Conversation

irakliyk
Copy link
Collaborator

@irakliyk irakliyk commented May 9, 2024

This PR addresses #277 and in the process removes group_vector_elements() and FieldElement::zeroed_vector() functions.

After doing some benchmarking, it seems like the impact of removing these functions is negligible (or maybe even non-existent).

Copy link
Contributor

@bitwalker bitwalker left a comment

Choose a reason for hiding this comment

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

LGTM. Seems like they've improved optimizations on vec! a bit, nice that we can just lean on that here!

@irakliyk irakliyk merged commit 67872bc into next May 9, 2024
8 checks passed
@irakliyk irakliyk deleted the remove-vec-utils branch May 9, 2024 20:06
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.

3 participants