Skip to content

Commit 30721c7

Browse files
committed
add project link
1 parent 18ad9cb commit 30721c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

data/projects.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ export default [
6262
desc: "Run untrusted python code on the server.",
6363
to: "/running-untrusted-python-code",
6464
},
65+
{
66+
name: "counting-words-at-simd-speed",
67+
link: "https://github.com/healeycodes/counting-words-at-simd-speed",
68+
desc: "Applying SIMD instructions to a word counting program.",
69+
to: "/counting-words-at-simd-speed",
70+
},
6571
{
6672
name: "coolrule",
6773
link: "https://github.com/healeycodes/coolrule",

0 commit comments

Comments
 (0)