DEV Community

Discussion on: Code snippet: A performant async queue

Collapse
 
pyrsmk profile image
Aurélien Delogu • Edited

For the little story, at the time when I wrote this code I needed a performant rate limiter library to handle dozens of thousands running callbacks. But they were all bloated, or buggy, or had poor performance. So I came up with this tiny cuttie.