Results 784 comments of Benjamin Gruenbaum

The link between fibers and bluebird (or promises) is that both techniques allow writing synchronous looking asynchronous code. I realize the core underneath is different - that's why I asked...

Let me reiterate. Ayo (and again, Node.js too) are open to working together and experimenting with this sort of things. If there is anything we can do _from our side_...

Sorry, new job, new gitconfig, pushing a fix

Benchmark results (since CI is locked down): ``` 06:16:05 confidence improvement accuracy (*) (**) (***) 06:16:05 fs/bench_fdatasyncSync.js n=10000 type='existing' -0.13 % ±0.31% ±0.42% ±0.55% 06:16:05 fs/bench_fdatasyncSync.js n=10000 type='non-existing' -0.64 %...

@anonrig why did you tag this tsc-agenda? What benefit would this get from a 20 person meeting?

> It's also common for library/framework authors to want to enable this in a more flexible manner. Why? What sort of flexibility would the library/framework need that the environment variable...

> hall we land this bug fix first and I can try to create a follow up PR to improve it. SGTM

> @nodejs/streams should Readable have a tee() helper/method like webstream readable? _Maybe_? It's just tricky to get semantics right namely backpressure/watermarking and cleanup/resources. A tee'd stream should get destroyed when...

Yeah my point is we shouldn't land an implementation that doesn't deal with these things