[Haskell-cafe] ANN bitvec-1.0.0.1
Simon Jakobi
simon.jakobi at googlemail.com
Fri Aug 23 21:40:02 UTC 2019
Thanks Andrew,
that looks like a well-crafted package! Thumbs up for the docs! :)
Cheers,
Simon
Am Fr., 23. Aug. 2019 um 22:44 Uhr schrieb Andrew Lelechenko <
andrew.lelechenko at gmail.com>:
> Hello,
>
> I am happy to announce the stable release of bitvec-1.0.0.1. This package
> provides a "better" Vector instance for Bool.
>
> An unboxed Vector Bool spends 8 bits per boolean, while bitvec provides a
> newtype Bit and a custom instance of Vector, packing booleans densely and
> achieving 8x less memory footprint. Performance stays roughly the same, and
> certain bulk operations become up to 64x faster.
>
> http://hackage.haskell.org/package/bitvec-1.0.0.1
> https://github.com/Bodigrim/bitvec#readme
>
> Best regards,
> Andrew
> _______________________________________________
> Haskell-Cafe mailing list
> To (un)subscribe, modify options or view archives go to:
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
> Only members subscribed via the mailman list are allowed to post.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20190823/704858c7/attachment.html>
More information about the Haskell-Cafe
mailing list