• Home
Name Date Size #Lines LOC

..--

LICENSE-MITD12-May-20241 KiB1915

README.mdD12-May-2024383 148

simdutf.cppD12-May-20241.2 MiB28,60421,208

simdutf.gypD12-May-2024240 1413

simdutf.hD12-May-2024106.4 KiB2,777735

README.md

1# simdutf
2
3This project boosts unicode validation and transcoding performance by
4utilizing SIMD operations where possible.
5
6The source is pulled from: https://github.com/simdutf/simdutf
7
8Active development occurs in the default branch (currently named `master`).
9
10## Updating
11
12See [tools/dep_updaters/README.md#simdutf](../../tools/dep_updaters/README.md#simdutf)
13for instructions.
14