We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2730f commit ae98e43Copy full SHA for ae98e43
1 file changed
cppcon2025/cppcon_2025_slides.md
@@ -111,7 +111,7 @@ Source: Gwen (Chen) Shapira
111
112
---
113
114
-# simdjson: Parsing design
+# simdjson: design
115
116
* First scan identifies the structural characters, start of all strings at about 10 GB/s using SIMD instructions.
117
* Validates Unicode (UTF-8) at 30 GB/s.
@@ -131,7 +131,7 @@ https://openbenchmarking.org/test/pts/simdjson
131
132
# Usage
133
134
-The simdjson library is found in...
+You are probably using simdjson:
135
136
- Node.js, Electron,...
137
- ClickHouse
0 commit comments