Monthly Archives: July 2014

(DRAFT) Performance: If you wondered when a difference list helps…

View literate file on Github In Haskell mythology, laziness is one of the Sirens: you can’t but be lured in by its raciness in the heat of learning Haskell; you are then inevitably wrecked by it as your imperative sensibilites … Continue reading

Posted in Haskell | Tagged , | Leave a comment

Example: Parsing Hackage with Tagsoup

View literate file on Github This post should provide a good example for anyone wondering about parsing with the tagsoup library and why one would choose it over a more traditional approach to parsing like parsec or attoparsec. Tagsoup is … Continue reading

Posted in Haskell | Tagged , , | Leave a comment

Prototype: Parallel execution of Sinks in Conduit

Introduction View literate file on Github The Conduit package is a good choice for applications of Bayesian modeling. In particular, I’ve used it in the implementation of the inference of generative models like LDA, HDP, CTM and so forth starting … Continue reading

Posted in Haskell | Tagged , , | 1 Comment