全部搜索项
bookworm  ] [  trixie  ] [  sid  ]
[ 源代码: libstatistics-topk-perl  ]

软件包:libstatistics-topk-perl(0.02-2)

libstatistics-topk-perl 的相关链接

Screenshot

Debian 的资源:

下载源码包 libstatistics-topk-perl

维护小组:

外部的资源:

相似软件包:

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 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 libstatistics-topk-perl

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 6.8 kB22.0 kB [文件列表]