Hacker News new | ask | show | jobs
Fair: Allocating Resources Fairly at Scale (medium.com)
7 points by nstateful 628 days ago
1 comments

A Go library for maintaining fair resource distribution in multi-tenant systems using a randomized algorithm with constant memory usage. It's designed to be a "fit-and-forget" solution requiring minimal tuning or operational overhead. FAIR aims to prevent heavy hitters from monopolizing resources while ensuring that well-behaved clients get their fair share.