Found 13 repositories(showing 13)
tczajka
Bechmarks for Rust big integer implementations
vks
Discrete log implementation that can serve as a benchmark for bigints
ashnur
No description available
This project was to test several other BigInteger to Binary String methods and then to build my own. Of the ones that I test this one is about 5X faster then any other out there. It also supports zero and negative numbers. The function is fast because: (1) it minimally allocates memory (2) does not make many calls to other functions, and (3) carefully copies over bit to byte with as minimal work as possible.
benchmarking bigint multiplication implementations in JavaScript and other languages
lcnr
Benchmarks for num-bigint, a big integer library written in Rust
chancehudson
No description available
hashcloak
Benchmarking for Noir BigInt library
No description available
https://github.com/dotnet/runtime/issues/111708
bobzhang
Benchmarking int64 mul/div: two-int32 vs BigInt vs WebAssembly
PeterHNL
Benchmark the factorial function with a GUI! Includes a C#-wrapper for some of MPIR's BigInt functions.
kyagie
Benchmarking insertion and reading of 1million records in Laravel using Postgres DB. Comparing size variations when using BIGINT & UNSIGNED INTEGER
All 13 repositories loaded