[Haskell-cafe] Optimizing queries in Haskell

Gregory Collins greg at gregorycollins.net
Mon Apr 15 09:00:22 CEST 2013


See http://hackage.haskell.org/package/DSH. Queries generated by this
library are fed through the "Pathfinder" query optimizer.


On Mon, Apr 15, 2013 at 8:35 AM, Jan Stolarek <jan.stolarek at p.lodz.pl>wrote:

> Dear list,
>
> list comprehensions and SQL-like generalized comprehensions can be used to
> write queries in
> Haskell. Does anyone know of any work focused on optimizing such queries?
> A quick google didn't
> show up anything meaningful.
>
> Janek
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>



-- 
Gregory Collins <greg at gregorycollins.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130415/f8c3e540/attachment.htm>


More information about the Haskell-Cafe mailing list