View Single Post
Old 15 July 2020, 09:08   #55
Yannick
Registered User
 
Yannick's Avatar
 
Join Date: Jul 2020
Location: France
Posts: 25
Quote:
Originally Posted by ross View Post
Good, this allows you to remove the check for% x1111111 and the sum.
How much does the compression degrade with the coordinates in xyxyxy .. instead of xxx..yyy ..?
The index applied to all y extraction slow it.. (I'm short of Ax registers )
Yes the goal of limiting paths to 126 points is to allow removing the test and the sum.

The test shows that the gain of having X and Y data stored independently is now marginal:
- 1084272 bytes uncompressed
- 808378 bytes XXX, YYY data compressed
- 813405 bytes XYXYXY data compressed

You can go this way for decoding, I'll modify the data generation

Last edited by Yannick; 15 July 2020 at 09:16.
Yannick is offline  
 
Page generated in 0.07282 seconds with 11 queries