docs: trim Performance to current implementation vs smalljac (scalar + batched) - #6
Merged
Conversation
Reduce the Performance section to a single focused comparison — this crate's g2::ramified::not_char2 (MontgomeryField backend) versus smalljac, scalar and batched. Drop the journey/explanatory material: the PrimeField vs MontgomeryField before/after table, the per-field inversion-cost breakdown, the 'formulas were already sound / the gap was the field layer' narrative, and the field-operation count table. (op_counts.rs and its test remain; just not featured in the README.)
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.
Tightens the README Performance section to describe only how the current implementation compares to smalljac, scalar and batched.
Removed (journey / previous-attempt material):
PrimeFieldvsMontgomeryFieldbefore/after table,op_counts.rsand its test are unchanged, just not featured in the README).Kept — one focused table, this crate (
MontgomeryField) vs smalljac at a 56-bit prime:Second commit replaces all em dashes (
—) in the README with plain punctuation (math minus signs inVn = −Vpl − hare left as-is).Docs-only; goes through a PR per the new branch protection on
main.