Information for build erlang-hyper-0-0.1.20161011git4b1abc4.fc27

ID964207
Package Nameerlang-hyper
Version0
Release0.1.20161011git4b1abc4.fc27
Epoch
SummaryAn implementation of the HyperLogLog algorithm in Erlang
DescriptionAn 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.
scm:git:https://github.com/GameAnalytics/hyper.git
Built bypeter
State complete
Volume fedora_koji_archive02
StartedThu, 31 Aug 2017 10:49:59 UTC
CompletedThu, 31 Aug 2017 10:57:23 UTC
Taskbuild (f27-candidate, /rpms/erlang-hyper:3c84ecd8ad11d74b5ae0b132000eef5282e32578)
Tags
f27
RPMs
src
erlang-hyper-0-0.1.20161011git4b1abc4.fc27.src.rpm (info) (download)
aarch64
erlang-hyper-0-0.1.20161011git4b1abc4.fc27.aarch64.rpm (info) (download)
erlang-hyper-debuginfo-0-0.1.20161011git4b1abc4.fc27.aarch64.rpm (info) (download)
erlang-hyper-debugsource-0-0.1.20161011git4b1abc4.fc27.aarch64.rpm (info) (download)
armv7hl
erlang-hyper-0-0.1.20161011git4b1abc4.fc27.armv7hl.rpm (info) (download)
erlang-hyper-debuginfo-0-0.1.20161011git4b1abc4.fc27.armv7hl.rpm (info) (download)
erlang-hyper-debugsource-0-0.1.20161011git4b1abc4.fc27.armv7hl.rpm (info) (download)
i686
erlang-hyper-0-0.1.20161011git4b1abc4.fc27.i686.rpm (info) (download)
erlang-hyper-debuginfo-0-0.1.20161011git4b1abc4.fc27.i686.rpm (info) (download)
erlang-hyper-debugsource-0-0.1.20161011git4b1abc4.fc27.i686.rpm (info) (download)
ppc64
erlang-hyper-0-0.1.20161011git4b1abc4.fc27.ppc64.rpm (info) (download)
erlang-hyper-debuginfo-0-0.1.20161011git4b1abc4.fc27.ppc64.rpm (info) (download)
erlang-hyper-debugsource-0-0.1.20161011git4b1abc4.fc27.ppc64.rpm (info) (download)
ppc64le
erlang-hyper-0-0.1.20161011git4b1abc4.fc27.ppc64le.rpm (info) (download)
erlang-hyper-debuginfo-0-0.1.20161011git4b1abc4.fc27.ppc64le.rpm (info) (download)
erlang-hyper-debugsource-0-0.1.20161011git4b1abc4.fc27.ppc64le.rpm (info) (download)
s390x
erlang-hyper-0-0.1.20161011git4b1abc4.fc27.s390x.rpm (info) (download)
erlang-hyper-debuginfo-0-0.1.20161011git4b1abc4.fc27.s390x.rpm (info) (download)
erlang-hyper-debugsource-0-0.1.20161011git4b1abc4.fc27.s390x.rpm (info) (download)
x86_64
erlang-hyper-0-0.1.20161011git4b1abc4.fc27.x86_64.rpm (info) (download)
erlang-hyper-debuginfo-0-0.1.20161011git4b1abc4.fc27.x86_64.rpm (info) (download)
erlang-hyper-debugsource-0-0.1.20161011git4b1abc4.fc27.x86_64.rpm (info) (download)
Logs
x86_64
state.log
build.log
hw_info.log
root.log
mock_output.log
ppc64le
state.log
hw_info.log
build.log
root.log
mock_output.log
aarch64
hw_info.log
build.log
root.log
state.log
mock_output.log
ppc64
root.log
build.log
hw_info.log
state.log
mock_output.log
i686
root.log
state.log
build.log
hw_info.log
mock_output.log
s390x
hw_info.log
state.log
build.log
root.log
mock_output.log
armv7hl
state.log
build.log
root.log
hw_info.log
mock_output.log
Changelog * Tue Aug 22 2017 Peter Lemenkov <lemenkov@gmail.com> - 0-0.1.20161011git4b1abc4 - Initial build