fast-polynomial 0.1: Faster polynomial evaluation by exploiting instruction-level parallelism (crates.io)
from erlend_sh@lemmy.world to rust@programming.dev on 26 Sep 2023 08:22
https://lemmy.world/post/5753304

a small crate that implements a hybrid Estrin’s/Horner’s method suitable for evaluating polynomials fast by exploiting instruction-level parallelism.

#rust

threaded - newest