[ 源代码: stream-lib ]
软件包:libstream-java(2.9.8-2)
library for summarizing data in streams
A Java library for summarizing data in streams for which it is infeasible to store all events. More specifically, there are classes for estimating: cardinality (i.e. counting things); set membership; top-k elements and frequency. One particularly useful feature is that cardinality estimators with compatible configurations may be safely merged.
其他与 libstream-java 有关的软件包
|
|
|
|
-
- dep: libfastutil-java
- Java API providing type-specific maps, sets, lists and queues