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

https://github.com/with-sky/hyperint-mini

A quick, portable, cross-platform big integer library.
https://github.com/with-sky/hyperint-mini

cpp cpp14 high-performance-computing

Last synced: about 1 year ago
JSON representation

A quick, portable, cross-platform big integer library.

Awesome Lists containing this project

README

          

# HyperInt-mini
A quick, portable, cross-platform big integer library.

HyperInt的精简版,支持简单的四则运算,乘除法性能在各oj平台(洛谷,duckoj,51nod.com 等)测试中均位于前列。

算法精简,易于学习和修改。

易于移植,可编译运行于Windows,linux,MacOS,甚至Arduino和ESP系列单片机。

需使用C++14及以上标准编译。

乘法示例见hint_mini.cpp文件。