Skip to content

A Toom-Cook multiplication algorithm implementation

Notifications You must be signed in to change notification settings

cliffxzx/toom-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toom-3-in-biginteger

compile command

/usr/local/Cellar/llvm/10.0.0_3/bin/clang++ -std=c++2a -O3 -g ${file} -o ${fileDirname}/bin/${fileBasenameNoExtension}

the optimizer code with timing (the toom3 i implement)

main.cpp

// will generate the total spends time to "time2.txt", and the each function spends time will in "analyze.txt"

the optimizer code without timing (the toom3 i implement)

release.cpp

the grade-school multiplication

NxN.cpp

About

A Toom-Cook multiplication algorithm implementation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published