Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Replace fastutf with simdutf | Vsevolod Stakhov | 2024-11-29 | 1 | -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 guards | Vsevolod Stakhov | 2021-09-29 | 1 | -3/+9 |
| | |||||
* | [Project] Add fast utf8 validation library | Vsevolod Stakhov | 2019-11-15 | 1 | -0/+59 |