-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compressing timestamps #9
Comments
This is a great idea, the links seem interesting. Also, antirez is working on a timestamp based streaming data stracture that will have some compression, I might use that in the future. |
Cool, then I am closing this. |
Sorry I didn't ask, is closing this ok? |
@fatihky regarding RCP11, yes.
Thanks for the feedback! |
Thank you for information, and you are welcome. |
Sorry for the mess, i've mistaken this ticket with the rollups/compcations. |
I think compressing timestamps before writing to disk would be cool. Even when storing on ram. I don't know any compression libraries for doubles(data type that used for values), so I can't suggest anything to compress values.
How about this idea?
Example integer compression libraries:
https://github.com/lemire/simdcomp (BSD)
https://github.com/powturbo/TurboPFor (GPL V2)
The text was updated successfully, but these errors were encountered: