Popularity
4.2
Growing
Activity
0.0
Stable
2
4
2

Monthly Downloads: 8
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data     Utils     Bit     Bit Vectors    
Latest version: v0.1.0

bit-vector alternatives and similar packages

Based on the "bit" category.
Alternatively, view bit-vector alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of bit-vector or a related project?

Add another 'bit' Package

README

bit-vector

This is a dead-simple bit vector package for Haskell. It represents bit vectors as Data.Vector.Unboxed vectors of Bools, and provides Num and Bits instances that interpret the vectors as unsigned integers.