Advertisement
Guest User

Untitled

a guest
May 30th, 2024
1,529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. @Bunny The Fifth — 05/23/2023 5:25 PM
  2.  
  3. Sure! I compiled a small list of the most interesting and highest-quality sources I read.
  4. Hope this helps!
  5.  
  6. ---------------
  7.  
  8. **Algorithms for Modern Hardware by Sergey Slotin**
  9.  
  10. https://en.algorithmica.org/hpc/
  11.  
  12. ---------------
  13.  
  14. **High-quality embedded systems information**
  15.  
  16. https://embeddedartistry.com/ (Suggested read: https://embeddedartistry.com/blog/2019/04/08/a-general-overview-of-what-happens-before-main/)
  17.  
  18. ---------------
  19.  
  20. **[Eli Bendersky -- Renowned programmer (C++/Go/Generic Programming/Math)]**
  21.  
  22. https://eli.thegreenplace.net (Suggested read: https://eli.thegreenplace.net/2016/a-polyglots-guide-to-multiple-dispatch/)
  23.  
  24. ---------------
  25.  
  26. **[Casey Muratori -- God-tier C and game programmer]**
  27.  
  28. https://caseymuratori.com/contents (Suggested read: https://caseymuratori.com/blog_0015)
  29.  
  30. ---------------
  31.  
  32. **[Amos -- Extremely deep Rust/Low-level]**
  33.  
  34. https://fasterthanli.me/ (Suggested read: https://fasterthanli.me/series/making-our-own-executable-packer)
  35.  
  36. ---------------
  37.  
  38. **[Fabian “ryg” Giesen -- God tier graphics programmer (C++, Graphics pipelines and Game Engines, Hardcore mathematics)]**
  39.  
  40. https://fgiesen.wordpress.com/category/coding/
  41.  
  42. ---------------
  43.  
  44. **[Hector Martin -- God-tier reverse engineer]**
  45.  
  46. https://marcan.st/posts/
  47.  
  48. ---------------
  49.  
  50. **[Jon Gjengset -- Rust expert]**
  51.  
  52. https://thesquareplanet.com/blog/
  53.  
  54. ---------------
  55.  
  56. **[Arthur O'Dwyer -- C++ Expert]**
  57.  
  58. https://quuxplusone.github.io/blog/ (Suggested read: https://quuxplusone.github.io/blog/2019/03/18/what-is-type-erasure/)
  59.  
  60. ---------------
  61.  
  62. **[Jason Turner -- C++ Expert]**
  63.  
  64. https://www.youtube.com/@cppweekly
  65.  
  66. ---------------
  67.  
  68. **[Jonathan Boccara -- C++ Expert]**
  69.  
  70. https://www.fluentcpp.com/posts/
  71.  
  72. ---------------
  73.  
  74. **[Adrian Sampson's LLVM course at Cornell University]**
  75.  
  76. https://www.cs.cornell.edu/~asampson/blog/llvm.html
  77.  
  78. ---------------
  79.  
  80. **[Too many linked lists]**
  81.  
  82. https://rust-unofficial.github.io/too-many-lists/
  83.  
  84. ---------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement