[ 原始碼: 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