-
Updated
Oct 20, 2020 - JavaScript
bigint
Here are 144 public repositories matching this topic...
-
Updated
Oct 12, 2020 - JavaScript
-
Updated
Oct 5, 2020 - C++
-
Updated
Jun 23, 2017 - C++
-
Updated
Oct 22, 2020 - JavaScript
-
Updated
May 19, 2020 - PHP
- Benchmark suite.
- Compare with Rust.
- Compare with incoming javascript's
BigInt.
Tests & integrity
-
Updated
Oct 4, 2020 - Swift
-
Updated
Nov 28, 2018 - C++
-
Updated
Oct 13, 2020 - Nim
-
Updated
Sep 24, 2020 - Lua
-
Updated
Jul 1, 2019 - Swift
-
Updated
Aug 10, 2020 - PHP
-
Updated
Sep 22, 2020 - JavaScript
-
Updated
Sep 28, 2020 - C++
-
Updated
Mar 24, 2020 - C++
-
Updated
Sep 22, 2019 - C++
-
Updated
Apr 2, 2020 - JavaScript
-
Updated
Oct 27, 2020 - TypeScript
-
Updated
Oct 11, 2020 - TypeScript
-
Updated
Aug 20, 2019 - C++
-
Updated
Jul 17, 2020 - TypeScript
Improve this page
Add a description, image, and links to the bigint topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bigint topic, visit your repo's landing page and select "manage topics."
Seen with @arnetheduck.
for uint128, stint properly generates add + adc (see status-im/nim-stint#10)
But for uint256+, the way carry is done will loop multiple time on the low half
https://github.com/status-im/nim-stint/blob/9993b9dca4a2dbf76bc432252ad4e8db944ae831/stint/private/uint_addsub.nim#L17-L29
Important for WASM codesize optimization.