CompressedDivision is a compressed representation of a data points in sliding window.
It is used to reduce the gas cost of storing, retriving & cleaning up data points in sliding window.
A thin wrapper around u64 that is using strings for JSON encoding/decoding,
such that the full u64 range can be used for clients that convert JSON numbers to floats,
like JavaScript and jq.