When storing long values, ZigZag encoding should be considered (like with timestamps). While this can be done manually as well outside the library, it could as well be supported in the library.
This improves compression ratio when on negative/positive fluctuating serie (such as -1, 1, -1, 1)
When storing long values, ZigZag encoding should be considered (like with timestamps). While this can be done manually as well outside the library, it could as well be supported in the library.
This improves compression ratio when on negative/positive fluctuating serie (such as -1, 1, -1, 1)