» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with optimization + haskell

Factor CSS

This tool takes a CSS stylesheet on input and produces an almost equivalent stylesheet on output, but with rulesets split, combined, and reordered to "factor out" common declarations. This helps reveal shared components.

Haskell: del.icio.us tag/haskell

Neil Mitchell - Supero

This is my effort to optimise Haskell. This project is also known as -O11, after the compiler flag in Yhc which will implement these features.

Haskell: del.icio.us tag/haskell

Map fusion: Making Haskell 225% faster

Fusing map and fold using GHC rules.

Haskell: del.icio.us tag/haskell

Factor CSS

This is a util which allows factoring out of duplicated CSS declarations, nice.

Haskell: del.icio.us tag/haskell

Map fusion: Making Haskell 225% faster

Lisp snob summary: using hacky compiler macro-like things to do the same thing as pipelining in Rich Waters' Series. Links worth checking out.

Haskell: del.icio.us tag/haskell

Haskell: pointer tagging

This paper, Faster laziness using dynamic pointer tagging, came through my queue and though I didn't think much of it the first time through, it turns out to be more interesting than I had thought when I first read it.

Haskell: del.icio.us tag/haskell

Page 1 | Next >>