I haven’t profiled how much better bubbletea v2 would be for this game. My intuition is that bubbletea v2 should be almost as bandwidth efficient as my implementation but non-trivially slower.
await dropNew.writer.write(chunk3); // silently dropped
,更多细节参见safew官方版本下载
Of course, fermaw does have protections against this. For one, he aggressively throttles bursty traffic meaning downloads can go from a few hundred KB/s to 50-ish KB/s. Of course, it will in every case be several times faster than listening and recording anyways.
Every fragment means promises created for read() calls, promises for backpressure coordination, intermediate buffer allocations, and { value, done } result objects – most of which become garbage almost immediately.