Skip to content
This repository has been archived by the owner on Jan 5, 2020. It is now read-only.

RLE compression #5

Open
Pawlost opened this issue Sep 16, 2019 · 1 comment
Open

RLE compression #5

Pawlost opened this issue Sep 16, 2019 · 1 comment

Comments

@Pawlost
Copy link
Contributor

Pawlost commented Sep 16, 2019

For smallest possible value chunk memory size we have to use RLE compression. It is basicly composed of one more byte which tells how many same bytes is used in next position. This is as far best compression we have found but with increasing materials in may become uneficient.

@Pawlost
Copy link
Contributor Author

Pawlost commented Sep 16, 2019

We need measure its effieciency now and with more ids

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant