Use primitive instead of vector
Open
- Dominant language
- Haskell
- Stars
- 25
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
This library does not use slicing. Backing a hyperloglog with `PrimArray` instead of `Data.Vector.Unboxed.Vector` would save space and would make it always unpack into `ByteArray#` with given a bang in a data constructor (when compiling with optimizations). I can make this change if the maintainers agree.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.