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

https://github.com/rustpython/malachite-bigint

A drop-in num-bigint replacement based on malachite
https://github.com/rustpython/malachite-bigint

Last synced: 3 months ago
JSON representation

A drop-in num-bigint replacement based on malachite

Awesome Lists containing this project

README

          

# malachite-bigint

ANNOUNCEMENT: This project is now integrated in the [malachite](https://github.com/mhogrefe/malachite) project. Please visit malachite for recent versions and releases.

A drop-in replacement for rust [num-bigint](https://github.com/rust-num/num-bigint) based on [malachite](https://github.com/mhogrefe/malachite) `Natural`.

This is not an official malachite project. Please directly use malachite unless you need num-bigint compatibility.

# Performance

See https://github.com/tczajka/bigint-benchmark-rs

# Acknowledgement

`malachite-bigint` was created by [Steve Shi](https://github.com/qingshi163) to provide an alternative bigint implementation for [RustPython](https://github.com/RustPython/RustPython.git).

This project is contributed to the malachite project and will be integrated to malachite 0.5.0.