Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.