diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:23:56 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:00 -0400 |
commit | 2f20061455bbbd5a0f57fbd7e1dcce07b447ae40 (patch) | |
tree | 58911aba3b4e49672e38fe009ca0e6f7bb12b8ed | |
parent | eb574605a9e2f5698c6c1328b29d29ea84a9c4fc (diff) |
python/timehash: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | python/timehash/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/python/timehash/README b/python/timehash/README index c16ff02fa8ac..4dc8531e8472 100644 --- a/python/timehash/README +++ b/python/timehash/README @@ -1,4 +1,5 @@ -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. +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. |