-
I'd like to implement `.map(IntToIntFunction f)` that returns new RoaringBitmap as a result of mapping.
Example:
```java
RoaringBitmap r1 = RoaringBitmap.bitmapOf(1, 3, 6, 8, 9, 14)
RoaringBitmap …
-
Hi, new bencher user here, hope it's OK to post an issue about this!
I have added bencher to our GitHub Actions CI run, but although the benchmark runs, I'm getting the following error afterwards:
…
-
`#` [`Minimal reproducible example`](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example); please be sure to set `verbose=TRUE` where possible!
```R
library(benc…
-
Automat should have a benchmark suite so we can measure performance overhead.
-
Hi,
This algorithm looks great. I'm wondering if it has been systematically validated on multiple real datasets? And have there been papers published using this approach? I'm interested in using it…
-
# Multi-Metric Overlays
## Goal
Currently we only allow one metric per profile, for example `fastest` or `shortest`. We want to be able to support multiple metrics per profile and select between…
-
ensure is better than assert, because the benchmarking pipeline can handle errors
_Originally posted by @shawntabrizi in https://github.com/paritytech/polkadot-sdk/pull/6310#discussio…
-
I have a web app exposing an API which will be rate limited at 1 request per second per IP.
That being said I need to benchmark the maximum simultaneous users my app is able to absorb while keeping a…
-
The display industry has been speedily moving into a direction where both on desktop and mobile ecosystems, there now exists a large variety of displays that refresh at > 60 hz rates. This trend start…
-
Title: Decentralized Computing for Partitioning and Solving Hugging Face Models
Abstract:
This research proposal presents a novel approach to partitioning and solving Hugging Face models in a dece…