Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[iot-pmc] [CQ 14449] stream 2.5.2

http://dev.eclipse.org/ipzilla/show_bug.cgi?id=14449





--- Comment #5 from Voolla Sandeep Kumar <voollasandeep.kumar@xxxxxx>  2017-11-03 19:45:38 ---

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.

https://github.com/clearspring/stream-lib

Apache 2.0


-- 
Configure CQmail: http://dev.eclipse.org/ipzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the CQ.


Back to the top