[Haskell-cafe] ANN bitvec-1.0.0.1
Andrew Lelechenko
andrew.lelechenko at gmail.com
Fri Aug 23 20:43:32 UTC 2019
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
More information about the Haskell-Cafe
mailing list