computerluca / lambdaj

Automatically exported from code.google.com/p/lambdaj
1 stars 0 forks source link

Gross Lack of efficacy of using LambdaJ for calculating sum in Listof Objects #118

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download the attached netbeans maven project
2. Clean and build with dependancies (for LambdaJ)
3. Run the application and look for the output.

What is the expected output? What do you see instead?
The time taken by LambdaJ for calculation of sums should not be significantly 
taking more time than using a for loop, but there is a gross lack of efficacy.

What version of the product are you using? 
2.3.3

On what operating system?
Ubuntu 14.04

Please provide any additional information below.
Please refer to the stack overflow 
https://stackoverflow.com/questions/25343897/gross-lack-of-efficacy-in-using-lam
bdaj-over-iteration

Original issue reported on code.google.com by buddhika...@gmail.com on 16 Aug 2014 at 9:03

Attachments: