Popularity
4.1
Stable
Activity
0.0
Stable
2
4
2
Monthly Downloads: 12
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
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.
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
Promo
www.nutrient.io

Do you think we are missing an alternative of bit-vector or a related project?
Popular Comparisons
README
bit-vector
This is a dead-simple bit vector package for Haskell. It represents
bit vectors as Data.Vector.Unboxed
vectors of Bool
s, and provides
Num
and Bits
instances that interpret the vectors as unsigned
integers.