Index | Thread | Search

From:
Volker Schlecht <openbsd-ports@schlecht.dev>
Subject:
[NEW] textproc/simdutf
To:
ports <ports@openbsd.org>, "Kirill A. Korinsky" <kirill@korins.ky>
Date:
Mon, 20 Oct 2025 16:55:05 +0200

Download raw body.

Thread
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?