Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Bunny The Fifth — 05/23/2023 5:25 PM
- Sure! I compiled a small list of the most interesting and highest-quality sources I read.
- Hope this helps!
- ---------------
- **Algorithms for Modern Hardware by Sergey Slotin**
- https://en.algorithmica.org/hpc/
- ---------------
- **High-quality embedded systems information**
- https://embeddedartistry.com/ (Suggested read: https://embeddedartistry.com/blog/2019/04/08/a-general-overview-of-what-happens-before-main/)
- ---------------
- **[Eli Bendersky -- Renowned programmer (C++/Go/Generic Programming/Math)]**
- https://eli.thegreenplace.net (Suggested read: https://eli.thegreenplace.net/2016/a-polyglots-guide-to-multiple-dispatch/)
- ---------------
- **[Casey Muratori -- God-tier C and game programmer]**
- https://caseymuratori.com/contents (Suggested read: https://caseymuratori.com/blog_0015)
- ---------------
- **[Amos -- Extremely deep Rust/Low-level]**
- https://fasterthanli.me/ (Suggested read: https://fasterthanli.me/series/making-our-own-executable-packer)
- ---------------
- **[Fabian “ryg” Giesen -- God tier graphics programmer (C++, Graphics pipelines and Game Engines, Hardcore mathematics)]**
- https://fgiesen.wordpress.com/category/coding/
- ---------------
- **[Hector Martin -- God-tier reverse engineer]**
- https://marcan.st/posts/
- ---------------
- **[Jon Gjengset -- Rust expert]**
- https://thesquareplanet.com/blog/
- ---------------
- **[Arthur O'Dwyer -- C++ Expert]**
- https://quuxplusone.github.io/blog/ (Suggested read: https://quuxplusone.github.io/blog/2019/03/18/what-is-type-erasure/)
- ---------------
- **[Jason Turner -- C++ Expert]**
- https://www.youtube.com/@cppweekly
- ---------------
- **[Jonathan Boccara -- C++ Expert]**
- https://www.fluentcpp.com/posts/
- ---------------
- **[Adrian Sampson's LLVM course at Cornell University]**
- https://www.cs.cornell.edu/~asampson/blog/llvm.html
- ---------------
- **[Too many linked lists]**
- https://rust-unofficial.github.io/too-many-lists/
- ---------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement