↧
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 ArticleEvolving 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 ArticleVisualising 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
More Pages to Explore .....