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.
- Host: GitHub
- URL: https://github.com/with-sky/hyperint-mini
- Owner: With-Sky
- License: mit
- Created: 2023-02-04T15:43:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T04:48:14.000Z (over 2 years ago)
- Last Synced: 2025-03-18T13:31:54.453Z (about 1 year ago)
- Topics: cpp, cpp14, high-performance-computing
- Language: C++
- Homepage:
- Size: 282 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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文件。