-
## Use Case
Handle clock skews in traces at query service as different spans may come from different hosts in the distributed systems, which might be otherwise confusing to the end users. It'd be g…
-
Consider the following program.
query(add(x,y)).
value(x,2). value(y,30).
value(E,@computeAdd("value",N1,N2)) :- query(E), E=add(E1,E2), value(E1,N1), value(E2,N2).
value1(add(…
-
@samreid @ariel-phet this is revealed via PhET-iO. It's very obvious every time the skater goes airborne; you can see the TE decrease. I'm sorry if the numbers are too small, the value you should be w…
-
There's a significant usability gap today between using `parquet.ReadFile` and `parquet.GenericReader`, if your data is too large to fit in memory. This is how we're iterating today, using a double lo…
-
Hi!
Thanks for the continuous development of DALI, it has been very useful at speeding up our video decoding & inference pipeline!
I would like to support VFR videos, since we will be receiving …
-
We want to use the transportation mode label to actually impact the metrics shown inside the dashboard.
Since the labels are currently "decoration only", we need to implement some code that e.g. ad…
-
## Motivation
Currently, we have a limit of N=128 block ranges (or 1028 blocks after #2493) with LRU eviction. This is OK, but we could evict many pages at once, resulting in a relatively high over…
-
Optimization algorithm (alternative to QUIC) that significantly speeds up any adaptive variant of graphical lasso where some entries of precision matrix $\Theta$ are enforced to be zero. It takes th…
-
The `parse_income_range` function is very inefficient/slow, and becomes unusable for larger (>1m) rows.
-