From a94da9f0843beda3f63a4ac2764475c83415ed13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Fri, 5 Mar 2021 17:47:13 +0100 Subject: [PATCH] added a link to project's github page --- docs/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 661603e..530f2e2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,6 +17,10 @@ It tries to use mmap for reads and writes, and in general is as zero-copy as pos only time data is unserialized is when a particular entry is read). It also uses iterators. +Visit the project GitHub_ page! + +.. _GitHub: https://github.com/smok-serwis/tempsdb + Stored time series with a 8-bit timestamp and a fixed length of data. So no variable encoding for you! -- GitLab