mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
2f20061455
Signed-off-by: B. Watson <yalhcru@gmail.com>
5 lines
302 B
Text
5 lines
302 B
Text
timehash is an algorithm (with multiple reference implementations)
|
|
for calculating variable precision sliding windows of time. When
|
|
performing aggregations and correlations on large-scale data sets,
|
|
the ability to convert precise time values into 'malleable intervals'
|
|
allows for many novel analytics.
|