For an assignment I need to parallelise a project, and document on my work and outcomes. So, Im looking for an ideal open-source C# or Java project that would require about 60hrs of work, (so reasonably small – sorry for the generalisation, not sure how to put it into perspective, considering Im still studying) and fairly cpu intensive.
Have looked through Source forge and nothing struck me. Short of downloading and compiling 10 or so projects and running them through a profiler, can anyone make a suggestion as to how I could go about finding one? Or even if you know of one? Thanks.
For an assignment I need to parallelise a project, and document on my work
Share
If you are looking for a Java project I will suggest Map-Reduce and Hadoop as frameworks of choice. I work in image processing and the problems there are trivially parallel as noted by Brian. The other area is in array based simulations, e.g. n-body models. A quick check gives me this GPL’ed Java Source – it looks fairly small. Good luck with your project.