-
Many [strings APIs in libcudf](https://docs.rapids.ai/api/libcudf/stable/group__strings__apis.html) use thread-per-string parallelism in their implementation. This approach works great for processing …
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | Windows 10.0.22621
Queue | OwlWindows
Baseline | [bb74bb79db53eae474977a0928756a0db7fc6a3f](https://github.com/dotnet/runtime/commi…
-
Notes:
This benchmark started failing recently (this weeks microbenchmark run).
It only fails when `conns=x` exceeds a certain threshold hold, I suspect around ~1000.
This snippet below from th…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [fce7c7d1c316b56b90c6246bc4c91180ca6b3c99](https://github.com/dotnet/runtime/co…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [17c83a608925e39d7d454e27c2e0cbcaf7c4ae2d](https://github.com/dotnet/runtime/co…
-
### Run Information
Name | Value
-- | --
Architecture | arm64
OS | ubuntu 22.04
Queue | AmpereUbuntu
Baseline | [79a71fc750652191eba18e19b3f98492e882cb5f](https://github.com/dotnet/runtime…
-
### Run Information
Name | Value
-- | --
Architecture | arm64
OS | ubuntu 20.04
Queue | AmpereUbuntu
Baseline | [2f49fcff6df15a200ef01eea16b3ce7930f75c5c](https://github.com/dotnet/runtime/commit/…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [736dabeca728ccf8b911d96d1b4c575b4d0db7d2](https://github.com/dotnet/runtime/co…
-
**Feature request?**
Why terser is not extracting long property names?
If mangle properties is not the best option in any situation then why not to extract property names? If property is longer th…
-
One of the use cases we have for redis at @gitlab is as a sidekiq backend. Since it is a job queue, that is a workload that relies heavily on blocking pop operations on lists.
We ran into some path…