IABSD.fr/ports/textproc/simdutf

Branch :


Log

Author Commit Date CI Message
7b6dcb91 2026-06-30 19:03:57 textproc/simdutf: Update to 9.0.0 additional tests and feedback from tb, thanks
91c53793 2026-06-11 07:24:30 simdutf doesn't need to depend on python at runtime python is used at build time (amalgamate.py) and for tests. ok volker (maintainer)
e50787c4 2026-03-13 15:41:48 textproc/simdutf: Update to 8.2.0
ac7503a3 2026-03-08 14:52:08 textproc/simdutf: Update to 8.1.0
8fd5792d 2026-01-23 16:08:17 textproc/simdutf: Update to 8.0.0
bbd413f1 2026-01-08 17:13:52 textproc/simdutf: Update to 7.7.1
58135993 2025-11-24 18:31:23 textproc/simdutf: Update to 7.7.0
e4a7344f 2025-10-22 18:35:25 import textproc/simdutf: unicode validator and transcoder with SIMD 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. ok kirill@, jca@