Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
LICENSE-MIT | D | 12-May-2024 | 1 KiB | 19 | 15 | |
README.md | D | 12-May-2024 | 383 | 14 | 8 | |
simdutf.cpp | D | 12-May-2024 | 1.2 MiB | 28,604 | 21,208 | |
simdutf.gyp | D | 12-May-2024 | 240 | 14 | 13 | |
simdutf.h | D | 12-May-2024 | 106.4 KiB | 2,777 | 735 |
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