Skip to content

Commit ae98e43

Browse files
committed
update
1 parent fb2730f commit ae98e43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cppcon2025/cppcon_2025_slides.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Source: Gwen (Chen) Shapira
111111

112112
---
113113

114-
# simdjson: Parsing design
114+
# simdjson: design
115115

116116
* First scan identifies the structural characters, start of all strings at about 10 GB/s using SIMD instructions.
117117
* Validates Unicode (UTF-8) at 30 GB/s.
@@ -131,7 +131,7 @@ https://openbenchmarking.org/test/pts/simdjson
131131

132132
# Usage
133133

134-
The simdjson library is found in...
134+
You are probably using simdjson:
135135

136136
- Node.js, Electron,...
137137
- ClickHouse

0 commit comments

Comments
 (0)