Recent
Intercept Syscalls with Rust and Ptrace
Rust
Mmap
Linux
How to use Rust with ptrace to intercept and modify syscalls?
Cost of Atomics
Analysis
Rust
Linux
How costly are atomic operations like AtomicU64::store() in Rust?
Precise Time in Rust
Analysis
Rust
Linux
Measuring time, how long can it take?
Performance series introduction
Performance
Rust
This is the introduction page for the performance series.
MMap: a tour to kernel space and back again
Analysis
Mmap
Db
Linux
How does the Linux kernel load pages into memory when you request something to be mapped using mmap?