Пакунок: libstatistics-topk-perl (0.02-2)
Links for libstatistics-topk-perl
Debian Resources:
Download Source Package libstatistics-topk-perl:
- [libstatistics-topk-perl_0.02-2.dsc]
- [libstatistics-topk-perl_0.02.orig.tar.gz]
- [libstatistics-topk-perl_0.02-2.debian.tar.xz]
Maintainers:
External Resources:
- Homepage [metacpan.org]
Similar packages:
implementation of the top-k streaming algorithm
The Statistics::TopK module implements the top-k streaming algorithm, also know as the "heavy hitters" algorithm. It is designed to process data streams and probabilistally calculate the k most frequent items while using limited memory.
A typical example would be to determine the top 10 IP addresses listed in an access log. A simple solution would be to hash each IP address to a counter and then sort the resulting hash by the counter size. But the hash could theoretically require over 4 billion keys.
The top-k algorithm only requires storage space proportional to the number of items of interest. It accomplishes this by sacrificing precision, as it is only a probabilistic counter.
Інші пакунки пов"язані з libstatistics-topk-perl
|
|
|
|
-
- dep: perl
- Мова Практичного Видобування та Побудування Звітів Лари Уолла (Larry Wall)
Завантажити libstatistics-topk-perl
Архітектура | Розмір пакунка | Розмір після встановлення | Файли |
---|---|---|---|
all | 6.8 kB | 22.0 kB | [список файлів] |