https://github.com/rustpython/malachite-bigint
A drop-in num-bigint replacement based on malachite
https://github.com/rustpython/malachite-bigint
Last synced: 5 months ago
JSON representation
A drop-in num-bigint replacement based on malachite
- Host: GitHub
- URL: https://github.com/rustpython/malachite-bigint
- Owner: RustPython
- License: lgpl-3.0
- Created: 2023-04-27T19:10:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T11:34:53.000Z (about 1 year ago)
- Last Synced: 2024-05-20T01:23:54.699Z (about 1 year ago)
- Language: Rust
- Homepage: https://crates.io/crates/malachite-bigint
- Size: 117 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# malachite-bigint
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