We deserve a better streams API for JavaScript
James Snell criticizes the WHATWG Streams Standard for usability and performance flaws, proposing an alternative built on JavaScript async iterables. This pull-based approach simplifies backpressure, reduces promise overhead, and eliminates complex locking. Benchmarks show 2x to 120x speed improvements by leveraging batching and synchronous fast paths, advocating for a modern, idiomatic streaming primitive.