1. C++
  2. 1. CPP Optimizations
  3. rust-lang
  4. 2. Prefaces
  5. 3. compiler vectorization
  6. 4. rust sugars
  7. 5. rust 类型系统
  8. 6. unsafe: cast &T to &mut T
  9. 7. lifecycle in rust 2025
  10. 8. Rc layout
  11. simd
  12. 9. simd-1
  13. LLVM
  14. 10. 从一个简单的C代码来学习LLVM-IR
  15. QBE
  16. 11. 初始QBE
  17. 12. QBE core concepts
  18. 13. QBE 核心数据结构
  19. 14. QBE 源代码阅读 1
  20. 15. QBE 源代码阅读 2: fillrpo
  21. 16. QBE 源代码阅读 3: fillrpo
  22. 17. QBE 源代码阅读 4:promote
  23. zig-lang
  24. 18. misc
  25. 19. understand print in zig
  26. 20. comptime
  27. 21. How comptime works
  28. 22. Stack-Layout
  29. 23. A Zig Compiler Bug
  30. 24. dynamic construct a type in comptime
  31. 25. Zig Structure of Array test
  32. scala-lang
  33. arrow + datafusion
  34. 26. Array
  35. 27. df-case-1
  36. 28. compare-with-duckdb
  37. 29. Join Performance
  38. 30. Hashjoin
  39. 31. window function
Home

learning

Zig comptime