Skip to content

Commit f332228

Browse files
Pushing latest changes
1 parent 2df6e99 commit f332228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppcon2025/cppcon_2025_slides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ std::to_string(value).length(); // Allocates string just to count!
686686

687687
# What about compilation time?
688688

689-
....
689+
We've observed a 6% slow-down when compiling simdjson with static reflection enabled. (clang p2996 experimental branch).
690690

691691
---
692692

0 commit comments

Comments
 (0)