-
Notre usage AppSignal est stable côté APM, mais croissant sur la partie "logging".
Les options sont:
1. accepter l'upgrade (passage à 63€ sur le logging)
2. travailler un peu à diminuer le taux d…
thbar updated
2 months ago
-
Example AArch64 SVE intrinsics code:
```
#include
svfloat64_t svmul_x_2(svfloat64_t x, svfloat64_t y, svbool_t pg)
{
return svmul_x(pg, svdup_f64(2), x);
}
```
This can generate just a …
-
These optimisations should provide another big performance boost to the rendering (cf: this [excellent video](https://www.youtube.com/watch?v=40JzyaOYJeY) on the topic)
- [x] 1 chunk mesh per face ty…
-
Tried the script referenced here: https://forum.obsidian.md/t/performance-issue-with-canvas-when-panning-out-of-region-with-a-large-number-of-nodes/68609/6, found with portals active it created a jarr…
-
**Describe the bug**
I've an application that depends a lot on push notifications, some users with battery optimisation/restriction aren't receiving notifications when the app is closed ( with the ap…
-
## 🧑🤝🧑 Who: @JReinhold and @ndelangen
This is a tracking issue for the Reduce install footprint 🐾 project. The purpose of this issue is to keep tracking of the overall status of the project and tas…
-
Why: LogEI looks weird, we need an explanation
Assumptions: log-normal observations
Ancient: Efficient Global Optimization of Expensive Black-Box Functions [Jones et al., 1998]: EI formula (…
-
Followup of #101973 that focuses on optimising mask usage XAcross functions.
Based on the discussion [here](https://github.com/dotnet/runtime/pull/109218#discussion_r1817453238), we may need to updat…
-
I handle a lot of data, HCA-scale. I would like a way to speed up the saving of large SCE. This could be achieved through low-level optimisation if possible, parallelization or possibly tuning of the …
-
Looking at the tests: https://github.com/cBournhonesque/burn/blob/d770b1f470d734afd79253d082ea9d084a8d5431/crates/burn-fusion/src/stream/execution/tests.rs#L89
it seems like if a segment doesn't find…