-
We propose adding support for type parameters to Go. This will change the Go language to support a form of generic programming.
A [detailed proposal document](https://go.googlesource.com/proposal/…
-
BPO | [13936](https://bugs.python.org/issue13936)
--- | :---
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*
Show more detail…
-
release: october 2022
Wanted:
- Infrastructure:
- [x] cpython-3.10.6
- [x] cpython-3.11.0 (10% to 25% speed-up vs 3.10 on interactive Python applications)
- [x] github as a full second…
-
We should compile Sage with the extra compile argument `-march=native` for extra performance, at least if `SAGE_FAT_BINARY` is not set.
In `gcc/spkg_configure.ac` we check, whether the argument `-m…
-
BPO | [457066](https://bugs.python.org/issue457066)
--- | :---
Nosy | @gvanrossum, @tim-one
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the cu…
-
BPO | [37863](https://bugs.python.org/issue37863)
--- | :---
Nosy | @tim-one, @rhettinger, @mdickinson
PRs | python/cpython#15298
*Note: these values reflect the state of the issue at the time it was…
-
I would like to be able to draw more than half of an ellipse that begins and ends on the same *side* of an ellipse. Something like these:
https://codepen.io/dickinson0718/pen/YzrryOX
Notic…
-
| | |
| ---- | ---- |
| TIP | 905 |
| Category | Consensus-breaking (9xx) |
| Author | Jay Butera jay@themelio.org |
## Summary
Adds an arithmetic modular exponentiation, modulo `2^256` opco…
-
### Description
## Description 📜
I want to Create an Documentation explaining the concepts of Modular Arithmetic in C++ with some code examples too.
## Domain of Contribution 📊
…
-
Hello,
This is a followup of the issue https://github.com/icon-project/goloop/issues/69 ;
I have some troubles with modular arithmetic on 256 bits on SCORE when the result is overflowing 256 bit…