Benjamin Gruenbaum
Benjamin Gruenbaum
Thanks, I just didn't remember if there was more to it.
@felixfbecker the problem with shipping `EventTarget` in Node is that we already ship `EventEmitter` for our APIs and `EventTarget` has interesting semantics if we want to ship it "properly". This...
> I don't see how that's a good idea. Will this mean that all JS engines are going to implement the [AbortController](https://developer.mozilla.org/en-US/docs/Web/API/AbortController)/[AbortSignal](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) web standard for de-facto interoperability? All (well most)...
> I think I don't get the point of specifying these hooks and abstract operations, if ECMA-262 is not actually going to call them. As explained above - there are...
Have you seen how F# does cancellation?
So, I don't really trust these benchmarks :D Would you be able to run them using the Node benchmarking tool so we can see statistical significance? Alternatively, it would be...
That said, to clarify, I believe this is a speed improvement - just not digging the benchmarks :D
@JobLeonard as suggested before - consider using the node benchmarking tool which checks for statistical significance.
@JobLeonard and are the scores significant? (How many *s in the output)