Skip to content

Commit

Permalink
Merge pull request #139 from aligurbu/master
Browse files Browse the repository at this point in the history
Correcting the broken link
  • Loading branch information
ChrisRackauckas committed Apr 9, 2024
2 parents 3091889 + 2b8f869 commit 331c74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 331c74e

Please sign in to comment.