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

[API] Add LZ4 for external #9

Open
RedGl0w opened this issue Oct 26, 2020 · 1 comment
Open

[API] Add LZ4 for external #9

RedGl0w opened this issue Oct 26, 2020 · 1 comment

Comments

@RedGl0w
Copy link

RedGl0w commented Oct 26, 2020

Epsilon has LZ4 in its source, but the API doesn't export its functions, so some apps re-implement it externaly (like peanut gb), loosing some ROM...

@zardam
Copy link
Owner

zardam commented Oct 28, 2020

The rationale behind the API was to have the minimum viable dependency on epsilon to avoid breakages, as it was changing very often. I dont know the exact size of lz4 implementation, but I guess it should be a few kb of flash, and I think not an issue to duplicate.

I'm not very involved anymore in epsilon and external apps for now (not enough time...) sorry, but you can do what you want in Omega.

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

No branches or pull requests

2 participants