We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ad9cb commit 30721c7Copy full SHA for 30721c7
data/projects.ts
@@ -62,6 +62,12 @@ export default [
62
desc: "Run untrusted python code on the server.",
63
to: "/running-untrusted-python-code",
64
},
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
+ },
71
{
72
name: "coolrule",
73
link: "https://github.com/healeycodes/coolrule",
0 commit comments