Shu-yu Guo
Shu-yu Guo
Some numbers, finally. From this: https://jsperf.app/qafule/12 Looks like about the following speedups from using an offset: - Chrome: 28% faster - Safari: 18% faster - Firefox: 31% faster Microbenchmark, but...
Could you point me to an exemplar I can copy from? On Thu, May 2, 2019 at 08:13 Anne van Kesteren wrote: > I think we should not do a...
@ljharb Thanks for the catches! All but the last bullet point should be fixed after #18 was merged, PTAL. As for the refactoring I'll be happy to for the final...
- Yeah, I guess we might as well change WaiterList to be Records holding a List and a Synchronize event. Though currently step 3 in https://tc39.es/proposal-atomics-wait-async/#sec-suspend isn't referring to WaiterLists...
I've done the record refactoring and pushed it to master: https://tc39.es/proposal-atomics-wait-async/#sec-getwaiterlist I have the AO refactoring in a separate branch and will open a PR for you to take a...
@kmiller68 Review ping, would like to advance to stage 3 next meeting.
> Is the intention that you can't have more than one async waiter for an address? I'm guessing there should be an else between a. and b.? The opposite, that...
Oh doh, that assert most def is wrong, thanks for the catch. Btw which then block lost its indentation? All the then blocks (step 4.a-b, 4.b.i.1-2, 5.a, 6.a-b) look indented...
Ah, will fix.
The two issues @kmiller68 raised have been addressed in defee82967f56f5c92eb05d6b475190258eb80ca and 87210b5c8ac686727063e3582417899df000f094