Repository navigation
sse2
- Website
- Wikipedia
Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, Chromium, Redis and WebKit/Safari
WHATWG-compliant and fast URL parser written in modern C++, part of Node.js, Clickhouse, Redpanda, Kong, Telegram, Datadog and Cloudflare Workers.
Unicode routines (UTF8, UTF16, UTF32) and Base64: billions of characters per second using SSE2, AVX2, NEON, AVX-512, RISC-V Vector Extension, LoongArch64, POWER. Part of Node.js, WebKit/Safari, Ladybird, Chromium, Cloudflare Workers and Bun.
Expressive Vector Engine - SIMD in C++ Goes Brrrr
Fastest Integer Compression
SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT
fccf: A command-line tool that quickly searches through C/C++ source code in a directory based on a search string and prints relevant code snippets that match the query.
Agenium Scale vectorization library for CPUs and GPUs
Optimized Recursive Bilateral Filter
Low level generic SIMD wrapper for x86, ARM, WASM with dynamic dispatch
A simple demo shows how to use the SIMD,Single Instruction Multiple Data, to optimize and accelerate the FFT algorithm.
x64 Assembly Demo Framework