TSXor icon indicating copy to clipboard operation
TSXor copied to clipboard

TSXor: A Simple Time Series Compression Algorithm

Results 3 TSXor issues
Sort by recently updated
recently updated
newest added

Since we are comparing the value to a "window" of previous values during compression, I believe we may benefit from vectorizing the code - compare the value to multiple values...

Hello, I got some error when I read data from the binary file, after compression and decompression, some value is different from original file. Below is my program and some...

(IN PROGRESS) (TODO - will test it out) Finding the distance at the bottom of the function should also be vectorizable. The right way to do this, is to first...