Skip to content
Snippets Groups Projects
Commit a94da9f0 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

added a link to project's github page

parent aaac0e24
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,10 @@ It tries to use mmap for reads and writes, and in general is as zero-copy as pos ...@@ -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 only time data is unserialized is when a particular entry is read). It also uses
iterators. 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. Stored time series with a 8-bit timestamp and a fixed length of data.
So no variable encoding for you! So no variable encoding for you!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment