secp256k1: Add additional field64 benchmarks.#3710
Merged
Conversation
davecgh
force-pushed
the
secp256k1_field64_benchmarks
branch
2 times, most recently
from
June 28, 2026 09:17
f24a1c2 to
da68cf4
Compare
davecgh
force-pushed
the
secp256k1_field64_benchmarks
branch
from
July 1, 2026 00:27
da68cf4 to
bd45984
Compare
dajohi
approved these changes
Jul 1, 2026
davecgh
force-pushed
the
secp256k1_field64_benchmarks
branch
from
July 7, 2026 02:11
bd45984 to
62627c5
Compare
jholdstock
approved these changes
Jul 8, 2026
This moves some of the FieldVal64 benchmarks to match the order definition in the 10x26 field for consistency.
davecgh
force-pushed
the
secp256k1_field64_benchmarks
branch
from
July 8, 2026 03:40
62627c5 to
46b523a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This requires #3713.This adds some additional benchmarks for the new
FieldVal64type and performs a bit of light cleanup while here.