Umit Unal
Home
Posts
About
twitter
github
linkedin
rss
PetraCache: Building a Memcached-Compatible Cache with RocksDB
Feb 3, 2026
PetraCache: Building a Memcached-Compatible Cache with RocksDB
Consistent Hashing Algorithms: Jump Hash vs Ring Hash vs Rendezvous Hash
Sep 17, 2025
Consistent Hashing Algorithms: Jump Hash vs Ring Hash vs Rendezvous Hash
Distributed System Implementations: Building Key-Value Stores
Apr 25, 2025
Distributed System Implementations: Building Key-Value Stores
Using RoaringBitmap in Distributed Data Systems
Dec 22, 2024
Using RoaringBitmap in Distributed Data Systems
eBPF Powers Next-Generation Observability: Maximum Insight, Minimal Impact
Dec 1, 2024
eBPF Powers Next-Generation Observability: Maximum Insight, Minimal Impact
Advanced Concepts in LSM Trees: Scaling Write-Optimized Storage
Nov 1, 2024
Advanced Concepts in LSM Trees: Scaling Write-Optimized Storage
Implementing CountDownLatch Functionality in Go Inspired by Java
Apr 9, 2021
Implementing CountDownLatch Functionality in Go Inspired by Java