How about the performance of lambda for more cores
    Remi Forax 
    forax at univ-mlv.fr
       
    Fri Mar 28 07:53:29 UTC 2014
    
    
  
On 03/28/2014 03:40 AM, 吴璞渊 wrote:
> Dear:
>        "State of the Lambda"  introduce that the Lambda project is working
> for parallel APIs, now how to test?
>        I made a comparison between anonymous inner class and lambda
> expression, the result is lambda is not so good as anonymous inner class in
> one thread.
>        So, how about concurrent program, and if it's also depends on
>   "invokedynamic" which is not
> fast enough?
invokedynamic is used to create the lambda not to call it,
so usually it's not the bottleneck.
cheers,
Rémi
    
    
More information about the lambda-dev
mailing list