-
### What is the problem this feature will solve?
As I am looking into ways to improve astropy performance, I can see that using the new'ish compiler feature of function multi-versioning should improv…
-
Repo: https://codeberg.org/soundtouch/soundtouch
This library is used by Firefox to handle audio time-stretching for `` or `` elements. It is not bottle-necking video playback but some functions fr…
xen0n updated
7 months ago
-
I wanted to put together a more technical list of issues to be solved before we can stabilize (see rust-lang/rust#86656).
There are many more important issues like performance on some targets, or i…
-
## Reason
Opencv use `libjpeg-turbo` as the default option of jpeg library. However, according to the official page of `libjpeg-turbe` project,
> libjpeg-turbo is a JPEG image codec that uses **…
-
Currently NanoRT does not utilize SIMD/AVX.
Also no quantized BVH support.
It'd be better to start to consider optimization and quantization.
Fortunately, recent CPU architecture(AlderLake, Z…
-
When compiling arrow2 with the `simd` feature and under `+nightly`, one symbol is not found:
v1.77.0-nightly here.
```text
error[E0432]: unresolved import `std::simd::SimdPartialEq`
--> /User…
-
Since we use many of our own types, we might be able to use vector and matrix types from System.Numerics instead of OpenTK types which may result in significant speedups with calculations.
We shoul…
-
clang 18.1 (homebrew) generates memset_pattern16 function calls when assigning a float to multiple Neon f32x4 elements in an array. This causes a serious performance regression in the scenario outline…
-
### Describe the issue
Not sure you are also maintaining cdnjs (and other cdns) but I have opened a PR https://github.com/cdnjs/packages/pull/1870
starting v 1.19.0 the `/dist` in [npmjs](https://…
-
We should document the various env vars (`{}ARROW_SIMD_LEVEL{`}, `{}ARROW_RUNTIME_SIMD_LEVEL{`}, `{}ARROW_USER_SIMD_LEVEL{`}, others?).
We should also document what the defaults are (and what that …