Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use std::list for WritableImpl::writeRequests.
Previously we used std::deque but this has a large memory footprint when empty in practice. Using std::list optimizes memory for the common case of a lot of WritableStreams with empty queues.
- Loading branch information