#oid #useless #parallel #dataset #low-level #ssse3

nightly fahtsex

Extremely useless but fast SIMD functions for dealing with hex

6 releases

0.2.2 Jan 25, 2024
0.2.1 Sep 19, 2023
0.1.2 Aug 20, 2023

#391 in Hardware support

34 downloads per month
Used in statusline

Custom license

8KB
142 lines

Extremely useless but fast SIMD functions for dealing with hex

Fahtsex requires SSSE3-compatible cpu or better: use RUSTFLAGS="-C target-cpu=native" if CPU is supported and you don't intend to distriute the binaries, or use something like RUSTFLAGS="-C target-feature=+<arch>" where <arch> is one of ssse3, avx, avx2 or something in between (idk, I, the docwriter, have not tested it on anything except these three)

Use cargo bench to see what the speed difference on your machine is

No runtime deps