Quantcast
Channel: March 2009 – Control.Monad.Writer
Browsing all 3 articles
Browse latest View live

Playing with GHC’s parallel runtime

In this post you’ll get a bit of an idea how to: make a Haskell program much faster by parallelising it see how to analyse and use the SMP runtime flags GHC provides mess with the parallel garbage...

View Article


Evolving faster Haskell programs

This post is about using a genetic algorithm (GA) search technique to search for faster Haskell programs. We’ll use the GA to automatically evolve better: optimizations flags for GCC optimization flags...

View Article

Image may be NSFW.
Clik here to view.

Visualising the Haskell Universe

How do you visualise all the modules in your project? What happens when you project has tens of thousands of modules? Does it look like this? Is the module namespace art? There’s a lot of Haskell code...

View Article
Browsing all 3 articles
Browse latest View live