https://bugzilla.redhat.com/show_bug.cgi?id=1484846 Bug ID: 1484846 Summary: Review Request: erlang-hyper - An implementation of the HyperLogLog algorithm in Erlang Product: Fedora Version: rawhide Component: Package Review Severity: medium Priority: medium Assignee: nobody@xxxxxxxxxxxxxxxxx Reporter: lemenkov@xxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: package-review@xxxxxxxxxxxxxxxxxxxxxxx Spec URL: https://peter.fedorapeople.org/packages/erlang-hyper.spec SRPM URL: https://peter.fedorapeople.org/packages/erlang-hyper-0-0.1.20161011git4b1abc4.fc26.src.rpm Description: An implementation of the HyperLogLog algorithm in Erlang. Using HyperLogLog you can estimate the cardinality of very large data sets using constant memory. The relative error is 1.04 * sqrt(2^P). When creating a new HyperLogLog filter, you provide the precision P, allowing you to trade memory for accuracy. The union of two filters is lossless. Fedora Account System Username: peter It's a requirement for the recent erlang-riak_kv library. Here is a draft of Erlang packaging guidelines: https://fedoraproject.org/wiki/User:Peter/Erlang_Packaging_Guidelines Can't post a Rawhide build link yet because it depends on erlang-chronos (see review request in bug 1484843), but it builds cleanly on my working machine. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx