-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [edaa25e6942f3e8d9e2f078d99f34ed015658fbe](https://github.com/dotnet/runtime/co…
-
Other frameworks do this.
Basically you add a level of indirection to `__call__`:
```python
class App:
def __init__(...): self.app = self.default_call
def default_call(...):
#…
-
We've hit a bit of a wall with the merged generator. The current behavior is: If one subscription encounters an error we simply stop pulling from the other subscriptions. Once everything has settled…
-
Since LV.jl is going away in 1.12, maybe we should attempt to remove it.
I'm looking at https://github.com/graeme-a-stewart/JetReconstructionBenchmarks.jl/ and want to find a small set of benchmark…
Moelf updated
2 weeks ago
-
### Proposal Details
# The Issue
Currently, the addition of new contexts to `net/http.Request`s always allocates. Even when `net/http.Request.WithContext` is used, which creates a shallow copy of…
-
### Run Information
Name | Value
-- | --
Architecture | arm64
OS | ubuntu 22.04
Queue | AmpereUbuntu
Baseline | [4e278fe17f69ea31fbdcbab74ac47ec6fa84914b](https://github.com/dotnet/runtime/commit/…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [82600adc0ee243a5ecb0d97e3242de89b0fcfa59](https://github.com/dotnet/runtime/commit/826…
-
### Run Information
Name | Value
-- | --
Architecture | arm64
OS | ubuntu 22.04
Queue | AmpereUbuntu
Baseline | [4c10effabb1ed66f98871ba7e89eaba7009507d1](https://github.com/dotnet/runtime…
-
> tl;dr; This is a query about whether the team would accept performance optimisations for the `ResponseCachingKeyProvider` & related components?
I've recently been playing around with String.Creat…
-
# Feature or enhancement
`os.path.commonpath` is needlessly strict requiring its `paths` argument to be a `Sequence`. The underlying algorithm does not require it and the restriction is an implemen…