🧠 Systems Programming & Performance
Push Rust to its absolute limits. This track is for developers who want to understand the machine.
What You’ll Learn🔗
- When and how to use
unsafecorrectly - Foreign Function Interface (FFI) for C/C++ interop
- Custom memory allocators
- SIMD intrinsics for vectorized performance
- Lock-free concurrent data structures
- OS and kernel development fundamentals
- Profiling and benchmarking with
criterionandperf