-
Notifications
You must be signed in to change notification settings - Fork 131
Point compression for SRS #1629
Copy link
Copy link
Closed
Description
We can halve the size of the SRS download by using the standard point compression technique of storing (x, sign_bit) instead of (x,y). This may have nontrivial decompression costs given the size of our SRS but (a) maybe it's acceptable if we can hide it in some init stage and (b) maybe there's an algorithm where we can speed up decompression by storing "hints" for computing the square roots at the expense of slightly worse compression.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels