ekmett / ekmett/hyperloglog

Use primitive instead of vector

Open
#26 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.