Ghent Functional Programming Group/BelHac/Projects

From HaskellWiki
< Ghent Functional Programming Group‎ | BelHac
Revision as of 16:58, 29 July 2010 by Itkovian (talk | contribs) (Added myself to the hackers for HaBench project.)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Projects

If you have a project that you want to work on at the Hackathon, please describe it here.

Since Hackathons are great for teamwork, consider joining one of the projects mentioned below. If you're interested in one of these projects, add your name to the list of hackers under that project.


HaBench

Two years ago, boegel (Kenneth Hoste) and Itkovian (Andy Georges) tried to fire up an effort to construct a new, representative and neat benchmark suite for Haskell, under the name HaBench. Since then, not much happened, except people kept contributing to and making (small) changes in the nofib suite. Unfortunately, nofib mainly consists of short running applications. Given the fact that Haskell programs come with a built-in runtime management system, chances are your measurements on this suite might be perturbed by the runtime more than you'd like.

The plan is to develop a framework for the new suite, modelled on nofib, but using best practices, such as criterion. The proposal on the main github repo reflects what I think should be considered in order to obtain a decent framework. The initial benchmarks that will take place in the framework will most likely be those from nofib, the language shootout, etc. We shall see where we can take this beast, but I'd love it if we could have some finalised version (0.9 :-) by the deadline for the next Haskell Symposium, so we can submit something there.

Hackers: Andy Georges.