An open API service indexing awesome lists of open source software.

https://github.com/with-sky/hintfft

C++ Fast Fourier Transform used in HyperInt.
https://github.com/with-sky/hintfft

cpp cpp14 high-performance-computing

Last synced: 12 months ago
JSON representation

C++ Fast Fourier Transform used in HyperInt.

Awesome Lists containing this project

README

          

# About HintFFT

FFT and NTT used in HyperInt-mini.

FFT is high performance in big number multiplication.

Can be used in Arduino and ESP series (Use C++14, ~5X faster than ArduinoFFT).

# 关于 HintFFT

是HyperInt-mini项目内部用的FFT与NTT算法。

用于大数乘法的高性能FFT。

适用于Arduino和ESP系列单片机(需使用C++14标准进行编译,大约比ArduinoFFT快5倍)