mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 23:23:07 +00:00
Originally inspired by Go's `utf8.Valid` function. Includes some test cases from Go's test suite. Further optimized to be faster in all tested cases (short/long ascii/UTF8), in all release modes. Takes advantage of SIMD for the ASCII fast path.