[Haskell-cafe] Re: optimization help

jeff p mutjida at gmail.com
Thu Oct 12 23:59:07 EDT 2006


Hello,

  The (almost) point-free versions run faster than my "fast"
imperative version and take up significantly less heap space-- even
the version which reads everything and then writes takes up about 1/3
the heap space as my version.

  I get the impression that point-free style is a preventive measure
against space leaks.

thanks again,
  Jeff


More information about the Haskell-Cafe mailing list