Re: [nodejs] Re: V8 team will start working on generators

2013-03-30 Thread Marcel Laverdet
https://github.com/laverdet/node-fibers (only slightly trolling) On Sat, Mar 30, 2013 at 3:49 PM, Mark Hahn wrote: > > node has had generators since early 2011 > > Reference please? > > > On Fri, Mar 29, 2013 at 9:22 PM, Marcel Laverdet wrote: > >> ?_? node has had generators since early 2011.

Re: [nodejs] Re: V8 team will start working on generators

2013-03-30 Thread Alex Kocharin
 He was probably talking about node-fibers -- // alex  30.03.2013, 10:50, "Mark Hahn" :> node has had generators since early 2011 Reference please?On Fri, Mar 29, 2013 at 9:22 PM, Marcel Laverdet wrote:?_? node has had generators since early 2011. ;) ;) ;)On Fri, Mar 29, 2013

Re: [nodejs] Re: V8 team will start working on generators

2013-03-29 Thread Mark Hahn
> node has had generators since early 2011 Reference please? On Fri, Mar 29, 2013 at 9:22 PM, Marcel Laverdet wrote: > ?_? node has had generators since early 2011. > > ;) ;) ;) > > > On Fri, Mar 29, 2013 at 9:53 PM, Bruno Jouhier wrote: > >> Good news! >> >> For us the migration be a one line

Re: [nodejs] Re: V8 team will start working on generators

2013-03-29 Thread Marcel Laverdet
?_? node has had generators since early 2011. ;) ;) ;) On Fri, Mar 29, 2013 at 9:53 PM, Bruno Jouhier wrote: > Good news! > > For us the migration be a one line code change! Will be interesting to > compare the performance between generators and callbacks. > > Bruno > > > On Thursday, March 28

[nodejs] Re: V8 team will start working on generators

2013-03-29 Thread Bruno Jouhier
Good news! For us the migration be a one line code change! Will be interesting to compare the performance between generators and callbacks. Bruno On Thursday, March 28, 2013 8:17:30 PM UTC+1, cpprototypes wrote: > > Source: http://code.google.com/p/v8/issues/detail?id=2355 > > I think generator