Skip to content

Optimize Multiplication#89

Draft
OTheDev wants to merge 1 commit intomainfrom
optimize_mult
Draft

Optimize Multiplication#89
OTheDev wants to merge 1 commit intomainfrom
optimize_mult

Conversation

@OTheDev
Copy link
Copy Markdown
Owner

@OTheDev OTheDev commented Aug 24, 2025

TODO

  • Apply improved Karatsuba and new Toom-3 to unequal sized operands (e.g. chunking). Currently, the optimized Karatsubua and Toom-3 are only applied for equal-sized operands.
  • Targeted tests for different ranges: Gradeschool, Karatsuba, and Toom-3.

@OTheDev OTheDev self-assigned this Aug 24, 2025
@OTheDev OTheDev marked this pull request as draft August 24, 2025 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant