backpressure

Tag

Cards List
#backpressure

Your Rust Service Isn't Leaking — It Could Be the Allocator

Lobsters Hottest · 2026-07-07 Cached

This article describes a debugging journey where a Rust service's memory remained high under load despite no leaks, due to glibc's ptmalloc allocator not releasing freed memory back to the OS. It explains the allocator behavior and provides insights for Rust developers.

0 favorites 0 likes
#backpressure

Why Queues Don’t Fix Overload (And What To Do Instead)

Lobsters Hottest · 2026-06-07 Cached

Explains why unbounded queues are a bug in software systems, using Little's Law and the bathtub analogy to show that queues only absorb variance, not sustained load. Discusses latency death spirals and advocates for backpressure instead.

0 favorites 0 likes
#backpressure

Backpressure is all you need

Hacker News Top · 2026-05-31 Cached

The article introduces 'backpressure'—using automated tests and type systems—as a third way to use AI coding agents, making them safer and more autonomous by reducing the need for constant human review.

0 favorites 0 likes
← Back to home

Submit Feedback