Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbrubeck/smallbigint
Size-optimized arbitrary-precision int library for Rust
https://github.com/mbrubeck/smallbigint
Last synced: 26 days ago
JSON representation
Size-optimized arbitrary-precision int library for Rust
- Host: GitHub
- URL: https://github.com/mbrubeck/smallbigint
- Owner: mbrubeck
- License: apache-2.0
- Created: 2018-12-06T20:22:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T20:30:25.000Z (almost 6 years ago)
- Last Synced: 2024-10-28T12:46:00.928Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# smallbigint
Arbitrary-precision integers that are 64 bits wide, and can store data either
inline or on the heap. Optimized for the case where the value fits in less
than 64 bits.