aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/fastutf8/fastutf8.h
Commit message (Collapse)AuthorAgeFilesLines
* [Rework] Replace fastutf with simdutfVsevolod Stakhov2024-11-291-65/+0
| | | | | | Simdutf is faster and has way better support of the architectures (especially when it comes to non-x86 stuff). Hence, it is a good idea to use it instead of the non-supported fastutf8 stuff.
* [Minor] Add C++ safe guardsVsevolod Stakhov2021-09-291-3/+9
|
* [Project] Add fast utf8 validation libraryVsevolod Stakhov2019-11-151-0/+59