// tag.filter
go
[ 02_LOGS ]Posts tagged with "go"
// 2024
Mar 1500:00 UTC
architectureSTATUS: COMPLETED
Optimizing Distributed Locks in Go
An analysis of race conditions in high-throughput microservices and the implementation of a custom locking mechanism using Redis and Lua.
Jan 2200:00 UTC
architectureSTATUS: COMPLETED
Zero-Allocation JSON Parsing
Optimizing ingestion pipelines by avoiding GC pressure with custom unmarshalers.