Packages tagged: simd

blackpaper
A simple Password Strength Estimator
password strength checker simd security
constantine
Modular, high-performance, zero-dependency cryptography stack for proof systems and blockchain protocols.
cryptography blockchain zk bigint math
cpuwhat
Nim utilities for advanced CPU operations: CPU identification, bindings to assorted intrinsics
cpu cpuid hardware intrinsics simd
csort
A fast, branchless, sorting algorithm
sorting simd
floof
SIMD-accelerated multithreaded fuzzy search thats fast as f*ck
fuzzy search fuzzysearch simd threads
gemmaJSON
json parsing library based on bindings of simdjson
simd json parser wrapper
kaleidoscope
Non-mature SIMD-accelerated drop-ins for std/strutils functions
simd strutils strings avx sse
laser
High Performance Computing and Image Toolbox: SIMD, JIT Assembler, OpenMP, runtime CPU feature detection, optimised machine learning primitives
parallel simd
mmops
Zero-cost typed SIMD operations for Nim using familiar math operators (`+`, `-`, `*`, `/`, etc.) that compile directly to AVX2 instructions.
simd avx2 vector math
nimsimd
Pleasant Nim bindings for SIMD instruction sets
simd sse avx
noisy
SIMD-accelerated noise generation (Simplex, Perlin).
perlin simplex noise simd
overdrive
A CPU-agnostic, high-performance SIMD abstraction library in pure Nim.
arm aarch64 x86-64 simd high-performance
sdfy
A package implementing signed distance functions
graphics ui sdf signed simd
simdX86
Wrappers for X86 SIMD intrinsics
simd
simdutf
High performance, SIMD accelerated routines for unicode and base64 processing
simd performance base64 unicode avx2
sol
A SIMD-accelerated vector library written in C99 with Nim bindings.
c99 c11 c vector simd
url
A high-performance, SIMD-accelerated URL parser based on the WHATWG standard.
whatwg url parser simd avx2
vqsort
A vectorized Quicksort (AVX2-only)
data optimization sorting simd quicksort