-
Opening this issue as a reminder of the discussion started in https://github.com/epiverse-trace/numberize/pull/6#discussion_r1532548560.
Most R functions are vectorized by default (using loops in C…
-
`Array.max`, for example, can be made more than an order of magnitude faster with vectorisation on appropriate hardware. The money shot (forgive the rather random naming, I copy-pasted some code which…
-
Looks like we are 1400% (?!) behind for kernel s231 in TSVC compared to GCC.
Compile this code with `-O3 -mcpu=neoverse-v2 -ffast-math`:
```
__attribute__((aligned(64))) float a[32000],b[32000],…
-
Creating HTML tags and marking text as HTML is pretty slow because it isn't vectorised. It would be great to have vectorised interface for such situations. This would help to improve the performance o…
-
I have been using `CVXOPT` lately and have found it brilliant for individual sparse cholesky decompositions. However, I was just wondering if `CVXOPT` has any plans in vectorising/broadcasting operati…
-
## Topics:
- pointers
- CPU cache hierarchy
- structs
- alignment
- arrays
- vectors
- vectorisation
-
``` r
library(distributional)
mu [1] 0.1591549
```
Created on 2024-07-31 with [reprex v2.1.1](https://reprex.tidyverse.org)
-
https://github.com/nortikin/sverchok/blob/70e14ec61c197148f23d6bf47dd19e4ed815db34/nodes/modifier_change/extrude_multi_alt.py#L157-L191
If we create node, we should think of vectorisation. It is en…
-
# Checklist for `v0.7` release features
- [x] Vectorisation (#116)
- [x] Add space charge (#142)
- [ ] ~~Add nice interface for space charge~~ (delayed to later release) (#160)
- [x] Add cus…
-
Can the vectorisation syntax be improved like:
- `a .+ b` elementwise add
- `a .+. b` elementwise add for leaf-level elements in nested collection
Also for method evocation:
- `a..b` for eac…