From 2b8f869ff405941917c7ff10bc010aa7367d148f Mon Sep 17 00:00:00 2001 From: Ali Gurbuz Date: Tue, 9 Apr 2024 15:37:38 -0500 Subject: [PATCH] Correcting the broken link I believe [this link](https://viralinstruction.com/posts/hardware/) is the one to replace [the old broken link](https://biojulia.net/post/hardware/). --- lectures/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/index.md b/lectures/index.md index 8f0d5251..2dc1027c 100644 --- a/lectures/index.md +++ b/lectures/index.md @@ -62,7 +62,7 @@ interested. More details TBA. - [Performance Matters](https://www.youtube.com/watch?v=r-TLSBdHe1A0) - [You're doing it wrong (B-heaps vs Binary Heaps and Big O)](http://phk.freebsd.dk/B-Heap/queue.html) - [Bjarne Stroustrup: Why you should avoid Linked Lists](https://www.youtube.com/watch?v=YQs6IC-vgmo) -- [What scientists must know about hardware to write fast code](https://biojulia.net/post/hardware/) +- [What scientists must know about hardware to write fast code](https://viralinstruction.com/posts/hardware/) - [When FFI Function Calls Beat Native C (How JIT compilation allows C-calls to be faster than C)](https://nullprogram.com/blog/2018/05/27/) Before we start to parallelize code, build huge models, and automatically learn