You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- John Keiser, Daniel Lemire, [Validating UTF-8 In Less Than One Instruction Per Byte](https://arxiv.org/abs/2010.03090), Software: Practice & Experience 51 (5), 2021
74
+
- John Keiser, Daniel Lemire,
75
+
[Validating UTF-8 In Less Than One Instruction Per Byte](https://arxiv.org/abs/2010.03090),
76
+
Software: Practice & Experience 51 (5), 2021
27
77
28
-
###Want more?
78
+
## Want more?
29
79
30
-
If you want a wide range of fast Unicode function for production use, you can rely on the simdutf library. It is as simple as the following:
80
+
If you want a wide range of fast Unicode function for production use, you can
81
+
rely on the simdutf library. It is as simple as the following:
31
82
32
83
```C++
33
84
#include"simdutf.cpp"
@@ -48,12 +99,11 @@ int main(int argc, char *argv[]) {
48
99
49
100
See https://github.com/simdutf/
50
101
51
-
52
102
## License
53
103
54
-
This library is distributed under the terms of any of the following
55
-
licenses, at your option:
104
+
This library is distributed under the terms of any of the following licenses, at
0 commit comments