Posts tagged ‘profiling’
-
Optimization week: making Haskell go faster
- May, 2008
sequence analysis, annotation, optimization, profilingOptimization being all the rage, we investigate how we can make a program that annotates sequences with GO terms, go faster (no pun intended). We use GHC profiling to identify performance culprits, and try to improve them.
()
Feedback? Please email ketil@malde.org.

