Recently I was made aware of a user land promises library that Petka Antonov (cced) implemented with the focus on performance.
https://github.com/petkaantonov/bluebird There seem to be some meaningful benchmarks mentioned there in the section about Benchmarking. You might be interested in taking a look at his code. Vyacheslav Egorov On Fri, Oct 4, 2013 at 7:27 PM, Yusuke SUZUKI <[email protected]>wrote: > We're currently working on adding a threading API, probably similar to >> blink's WebThread. > > > Sounds very nice. Providing embedder-side's threading operation interfaces > to V8 is needed for Promises. > Is there already any discussion about design of a threading API? > > > On Sat, Oct 5, 2013 at 2:50 AM, Jochen Eisinger <[email protected]>wrote: > >> To clarify, we won't expose threads to the language, but clean-up the >> thread usage of V8 internally, e.g. the optimizing compiler thread. >> >> best >> -jochen >> >> >> On Fri, Oct 4, 2013 at 7:37 PM, Dirk Pranke <[email protected]> wrote: >> >>> On Fri, Oct 4, 2013 at 3:29 AM, Jochen Eisinger <[email protected]>wrote: >>> >>>> >>>> We're currently working on adding a threading API, probably similar to >>>> blink's WebThread. >>>> >>>> >>> We are? >>> >>> -- Dirk >>> >>> >> >> -- >> -- >> v8-users mailing list >> [email protected] >> http://groups.google.com/group/v8-users >> --- >> You received this message because you are subscribed to the Google Groups >> "v8-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > --- > You received this message because you are subscribed to the Google Groups > "v8-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
