Popularity
4.0
Declining
Activity
0.0
Stable
2
3
2
Monthly Downloads: 7
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.
-
bit-array
A bit array (aka bitset, bitmap, bit vector) API for numeric types
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
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.