Archive for March, 2009

Mar 29 2009

Haskell Performance: Array Creation

Published by tim under coding, haskell

Ran into another interesting performance problem while converting a small test program over to Haskell. Let’s say that you want to walk through every line of a text file, collate character frequencies, and return anything that maps to a particular frequency. For purposes of explanation we’ll do something really silly like look for lines [...]

4 responses so far

Next »