Skip to content

Commit cadf4d5

Browse files
Fixing title of the optimization
1 parent 8b9f6a7 commit cadf4d5

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
@@ -969,7 +969,7 @@ From neuroscience: systematically remove parts to understand function
969969

970970
1. **Consteval**: Compile-time field name processing
971971
2. **SIMD String Escaping**: Vectorized character checks
972-
3. **Fast Integer Conversion**: Optimized number serialization
972+
3. **Fast Digit Counting**: Optimized digit count
973973
4. **Branch Prediction Hints**: CPU pipeline optimization
974974
5. **Buffer Growth Strategy**: Smart memory allocation
975975

0 commit comments

Comments
 (0)