context-cancellation

Tag

Cards List
#context-cancellation

That one time I used Go panics for flow control

Lobsters Hottest · 2026-05-23 Cached

A Go engineer recounts an incident where an in-memory datastore became overloaded due to slow sorting, and they implemented context cancellation inside sort functions by using panics and recover for non-local flow control, similar to how encoding/json handles errors.

0 favorites 0 likes
← Back to home

Submit Feedback