You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: posts/counting-words-at-simd-speed.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Counting Words at SIMD Speed"
3
3
date: "2025-08-13"
4
4
tags: ["c"]
5
-
description: "Rewriting a word counting program five times until it's 500x faster."
5
+
description: "Rewriting a word counting program five times until it's 494x faster."
6
6
---
7
7
8
8
I've written some progressively faster word counting programs. First, we'll start with Python, and then we'll drop down to C, and finally, we'll use single instruction, multiple data (SIMD) programming to go as fast as possible.
0 commit comments