Unboxed array of Bool
Open
- Dominant language
- Haskell
- Stars
- 123
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
I'd love to have bit vectors (i.e., unboxed arrays and mutable arrays of `Bool`) in here. The implementations of bit vectors around Hackage seem almost always to be pure and fairly lousy (e.g., backed by `Integer`). It would be great to get a really careful implementation that addresses, e.g., aliasing issues.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.