karatsuba
Here are 45 public repositories matching this topic...
Language:All
Sort:Most stars
Algebraic enhancements for GEMM & AI accelerators
- Updated
Feb 28, 2025 - Python
A C++ library for big integers and dynamic precision floating-point
- Updated
Oct 20, 2023 - C++
Implement High-Performance Karatsuba Multiplier in High-Level Synthesis (HLS) for FPGA Based on Recursive Template
- Updated
Jun 5, 2020 - Ada
Advanced algorithms and generic data structures in C
- Updated
Nov 2, 2024 - C
Montgomery multiplication in number bases that are a power of 2, like binary, hexadecimal, byte-wise etc.
- Updated
May 11, 2023 - Python
Divide and Conquer algorithm to multiply n-bit numbers in O(n^1.58).. This implementation works completely without using Python's "*"-operator; just "+", "-", bitwise operations and a lookup table.
- Updated
Jun 19, 2019 - Python
10 algorithms for long arithmetic
- Updated
Nov 16, 2021 - C++
🔡 λ Karatsuba multiplication implemented in Haskell
- Updated
May 8, 2014 - Haskell
C Library of functions to compute addition, subtraction, multiplication, division and exponentiation (positive exponent) of integers of arbitrary length.
- Updated
Mar 17, 2017 - C
Algorithms implemented in Python and Java
- Updated
Jun 18, 2017 - Java
C++17 implementation of arbitrary precision integer arithmetic
- Updated
Jul 15, 2023 - C++
Fast Multiplication algorithm for very long digit numbers.
- Updated
Dec 20, 2020 - C++
C library to perform calculations on integers of arbitrary length
- Updated
Nov 8, 2019 - C
Построение и оптимизация алгоритмов (ЛЭТИ 2024) / Construction and optimization of algorithms (ETU 2024)
- Updated
May 17, 2024 - Python
Multiprecision arithmetic in cryptography.
- Updated
Jun 19, 2017 - C
Implementing the fast Karatsuba multiplication algorithm
- Updated
Nov 22, 2024 - Java
Very long integer class and some methods for it
- Updated
Nov 22, 2022 - C++
Improve this page
Add a description, image, and links to thekaratsuba topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thekaratsuba topic, visit your repo's landing page and select "manage topics."