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. simd
  10. 7. simd-1
  11. LLVM
  12. 8. 从一个简单的C代码来学习LLVM-IR
  13. QBE
  14. 9. 初始QBE
  15. 10. QBE core concepts
  16. 11. QBE 核心数据结构
  17. 12. QBE 源代码阅读 1
  18. 13. QBE 源代码阅读 2: fillrpo
  19. 14. QBE 源代码阅读 3: fillrpo
  20. 15. QBE 源代码阅读 4:promote
  21. zig-lang
  22. 16. misc
  23. 17. understand print in zig
  24. 18. comptime
  25. 19. How comptime works
  26. 20. Stack-Layout
  27. 21. A Zig Compiler Bug
  28. 22. dynamic construct a type in comptime
  29. 23. Zig Structure of Array test
  30. scala-lang
  31. arrow + datafusion
  32. 24. df-case-1
  33. 25. compare-with-duckdb
  34. 26. Join Performance
  35. 27. Hashjoin
  36. 28. window function
Home

learning

Zig comptime