The Concurrent Map with Sharded Locks
Build a type-safe sharded map in Go using fnv hashing and sync.RWMutex for fast, race-free concurrent access.
Go/GolangKata 02Go Concurrency
Thoughts on Go, Rust, TypeScript, and building software that works. Deep dives into technical challenges, tutorials, and lessons learned from real projects.
Build a type-safe sharded map in Go using fnv hashing and sync.RWMutex for fast, race-free concurrent access.
Learn Golang's concurrency control (errgroup), Context Propagation & Functional Options.
Welcome to my blog where I share thoughts on Go, Rust, TypeScript, and building software.