Skip to content
You signed in with another tab or window. to refresh your session.
You signed out in another tab or window. to refresh your session.
You switched accounts on another tab or window. to refresh your session.
Pinned
Loading
-
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, Ladβ¦
C++
1.7k
127
-
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.
C++
69
8
-
Fast SIMD-based UTF-8 Validation in C#
C#
46
7
-
Fast WHATWG forgiving-base64 decoding in C#
C#
40
1
Repositories
Showing 8 of 8 repositories
-
simdutf
Public
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.
-
is_utf8
Public
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.
C++
69
Apache-2.0
8
1
0
Updated
-
-
SimdUnicode
Public
Fast SIMD-based UTF-8 Validation in C#
-
JavaScript
0
0
0
0
Updated
-
benchmark-results
Public
Collection of simdutf benchmark results from various machines
-
SimdBase64
Public
Fast WHATWG forgiving-base64 decoding in C#
-
You canβt perform that action at this time.