Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate LZ4 realtime compressor for loader #54

Open
jserv opened this issue Sep 28, 2013 · 0 comments
Open

Evaluate LZ4 realtime compressor for loader #54

jserv opened this issue Sep 28, 2013 · 0 comments
Assignees

Comments

@jserv
Copy link
Member

jserv commented Sep 28, 2013

While @georgekang 's working on #51 , it is important to introduce an efficient realtime compressor. lz4 claims to be a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems.

We should evaluate it on ARM Cortex-M in advance.

@ghost ghost assigned georgekang Oct 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants