We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea28036 commit a50ead1Copy full SHA for a50ead1
1 file changed
cppcon2025/cppcon_2025_slides.md
@@ -45,10 +45,15 @@ CppCon 2025
45
46
# JSON downside?
47
48
-Reading and writing JSON can be *slow*. E.g., 20 MB/s to 200 MB/s.
+Reading and writing JSON can be *slow*. E.g., 100 MB/s to 300 MB/s.
49
50
- Slower than fast disks or fast networks
51
52
+```bash
53
+$ go run parse_twitter.go
54
+Parsed 0.63 GB in 6.961 seconds (90.72 MB/s)
55
+```
56
+
57
58
---
59
0 commit comments