From: Volker Schlecht Subject: [NEW] textproc/simdutf To: ports , "Kirill A. Korinsky" Date: Mon, 20 Oct 2025 16:55:05 +0200 Here's a new port for simdutf, requested by kirill@ for a WIP port of his. Tests pass, and lang/node can be built both with the bundled version and with the attached port, but that has been all the testing I've done yet. --- simdutf provides fast Unicode functions for validation and transcoding, using SIMD instructions. It compiles down to a small library of a few hundred kilobytes. Functions are exception-free and non allocating. https://simdutf.github.io/simdutf/ --- ok to import without hooking it up to the build?