The latest version of bitvec is 1.1.5.0-2.
bitvec
Version 0.2.0.1 revision 0 uploaded by Bodigrim.
Package meta
- Synopsis
- Unboxed bit vectors
- Description
Bit vectors library for Haskell. The current
vector
package represents unboxed arrays ofBool
allocating one byte per boolean, which might be considered wasteful. This library provides a newtype wrapperBit
and a custom instance of unboxedVector
, which packs booleans densely. It is a time-memory tradeoff: 8x less memory footprint at the price of moderate performance penalty (mostly, for random writes).- Author
- James Cook <mokus@deepbondi.net>, Andrew Lelechenko <andrew.lelechenko@gmail.com>
- Bug reports
- n/a
- Category
- Data, Bit Vectors
- Copyright
- n/a
- Homepage
- https://github.com/Bodigrim/bitvec
- Maintainer
- Andrew Lelechenko <andrew.lelechenko@gmail.com>
- Package URL
- n/a
- Stability
- n/a