# Speeding up the Karatsuba algorithm

**Authors:** Satish Ramakrishna, Kamesh Aiyer

arXiv: 1905.07455 · 2020-05-05

## TL;DR

This paper introduces an $	ext{O}(n)$ pre-compute method that significantly accelerates the Karatsuba multiplication algorithm, enhancing its efficiency for large number multiplications.

## Contribution

It presents a novel pre-compute technique that reduces the computational complexity of the Karatsuba algorithm from traditional methods.

## Key findings

- The pre-compute method achieves near-linear time complexity.
- It improves multiplication speed for large integers.
- The technique is applicable to various computational settings.

## Abstract

This paper describes an $\sim {\cal O}(n)$ pre-compute technique to speed up the Karatsuba algorithm for multiplying two numbers.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.07455/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1905.07455/full.md

## References

10 references — full list in the complete paper: https://tomesphere.com/paper/1905.07455/full.md

---
Source: https://tomesphere.com/paper/1905.07455