Pinned Repositories
benchmark-results
Collection of simdutf benchmark results from various machines
is_utf8
Fast C++ function "is_utf8": checks if the input is valid UTF-8. Made of a single source file. Optimized for ARM NEON, x64 SSE, AVX2 and AVX-512.
SimdBase64
Fast WHATWG forgiving-base64 decoding in C#
SimdUnicode
Fast SIMD-based UTF-8 Validation in C#
simdutf
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.
simdutf-vcpkg
Using simdutf with vcpkg
simdutf: Unicode at gigabytes per second's Repositories
simdutf/simdutf
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.
simdutf/is_utf8
Fast C++ function "is_utf8": checks if the input is valid UTF-8. Made of a single source file. Optimized for ARM NEON, x64 SSE, AVX2 and AVX-512.
simdutf/SimdUnicode
Fast SIMD-based UTF-8 Validation in C#
simdutf/SimdBase64
Fast WHATWG forgiving-base64 decoding in C#
simdutf/simdutf-vcpkg
Using simdutf with vcpkg
simdutf/benchmark-results
Collection of simdutf benchmark results from various machines