[Haskell-cafe] vector to uvector and back again

Johan Tibell johan.tibell at gmail.com
Wed Feb 10 14:19:59 EST 2010


On Wed, Feb 10, 2010 at 10:03 AM, Bryan O'Sullivan <bos at serpentine.com>wrote:

> I'm thinking of switching the statistics library over to using vector.
> uvector is pretty bit-rotted in comparison to vector at this point, and it's
> really seeing no development, while vector is The Shiny Future. Roman, would
> you call the vector library good enough to use in production at the moment?
>

I like the vector API much better than the uvector one.

* no "U" suffixes on functions (go namespaces!) and
* no cryptic names (what's an UAE?).

Cheers,
Johan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100210/9334c438/attachment.html


More information about the Haskell-Cafe mailing list