mmap: Accelerating I/O with Zero-Copy
2026-03-19
A deep dive into mmap performance with Rust.
807 words
|
4 minutes
Optimizing Range Queries - Prefix Sum
Introduce to prefix sum, how to use it, and when.
679 words
|
3 minutes
Building A Streak-based Leetcode Alarm
Build your Duolingo of Leetcode !
610 words
|
3 minutes
Cover Image of the Post
Streaming 101 : A Comprehensive Guide to Media
Welcome to the Streaming World.
1286 words
|
6 minutes
Istio 101 : Architecture Keynote
Istio is an open-source service mesh that simplifies secure, reliable and observable communication between microservices without requiring changes to your application code.
409 words
|
2 minutes
Cover Image of the Post
Redis Distributed Locks - Redlock
Redlock builds on Redis to provide a distributed locking mechanism that aims to be safe, efficient, and resilient.
416 words
|
2 minutes
Cover Image of the Post
Log-Structured Merge-Tree (LSM tree)
This article explains the features of Log-Structured Merge Trees (LSM Trees), highlighting their efficient design for handling write-heavy workloads through multi-level storage and compaction.
525 words
|
3 minutes
A Rustacean's Guide to PGO
2025-07-31
Understand the why and how of Profile-Guided Optimization in the Rust ecosystem.
380 words
|
2 minutes