-
In my code I've essentially stopped using loops with ... (intervals closed on the right, recently written with the syntax ..=) because they give performance problems. This is a simple example that sho…
-
First of all - great work, excited to have you doing this.
Secondarily, I'll be being pretty nitpicky cause I have very specific requirement/goals I need:
Docs API looks pretty cool / ideal look…
amark updated
5 years ago
-
Triggered by https://github.com/bioboxes/camiarquikr/issues/1
To me, it seems that there is no (easy) way to pull a biobox for a specific tool version? I propose to *somehow* implement this.
I'm a…
-
add SR methods for comparison. the following come to mind:
- [x] [FFX](https://github.com/natekupp/ffx)
- [x] [Feat](https://github.com/lacava/feat)
- [ ] [EFS](https://github.com/flexgp/efs…
-
We often get questions about why hit testing "doesn't work" around transforms. The short answer is that ancestors don't ask their children to hit test if their own hitTestSelf fails (no point asking y…
-
Dear Developers,
I currently actively use a code from your colleagues called JIDT/IDTxl, I'm sure you are familiar with it. Currently my code works well, but has prohibitively high computation time…
-
**User Story:**
As a Requestor I would like to know beforehand that a provider is not supporting outbound
**Potential solution:**
Extending Offer to convey information about outbound support.
-
### Context
Publishers today can rely on their SSP/Analytics partners to provide detailed reporting on several metrics and analytical tooling outside of the reporting provided by their ad server.
e.…
-
Obligatory background: we all agree (or at least nodded our heads in agreement when this was mentioned many times in the past) that Trio has a number of priorities over speed of execution. Optimizing …
-
- Rust version: 1.80.1
```rs
use criterion::{black_box, criterion_group, criterion_main, BenchmarkId, Criterion};
use serde::{de::Error, Deserialize, Deserializer};
use serde_with::{As, DefaultO…