<div dir="ltr">Thanks Andrew,<div><br></div><div>that looks like a well-crafted package! Thumbs up for the docs! :)</div><div><br></div><div>Cheers,</div><div>Simon</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Fr., 23. Aug. 2019 um 22:44 Uhr schrieb Andrew Lelechenko <<a href="mailto:andrew.lelechenko@gmail.com">andrew.lelechenko@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
I am happy to announce the stable release of bitvec-1.0.0.1. This package provides a "better" Vector instance for Bool.<br>
<br>
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.<br>
<br>
<a href="http://hackage.haskell.org/package/bitvec-1.0.0.1" rel="noreferrer" target="_blank">http://hackage.haskell.org/package/bitvec-1.0.0.1</a><br>
<a href="https://github.com/Bodigrim/bitvec#readme" rel="noreferrer" target="_blank">https://github.com/Bodigrim/bitvec#readme</a><br>
<br>
Best regards,<br>
Andrew<br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
Only members subscribed via the mailman list are allowed to post.</blockquote></div>