Skip to content

Commit 902b702

Browse files
committed
update desc
1 parent 730bccc commit 902b702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/counting-words-at-simd-speed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Counting Words at SIMD Speed"
33
date: "2025-08-13"
44
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."
66
---
77

88
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

Comments
 (0)