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

Lua binding available #4

Open
jirutka opened this issue Jul 19, 2017 · 2 comments
Open

Lua binding available #4

jirutka opened this issue Jul 19, 2017 · 2 comments

Comments

@jirutka
Copy link

jirutka commented Jul 19, 2017

Hi,

I’d like to inform you that I wrote Lua binding for your library: https://github.com/jirutka/brieflz.lua.

I use it in Luapak for compressing Lua sources. I needed something with minimal footprint in decompression, so I can embed decompression code into statically linked binary without notable overhead in size or performance. I found that BriefLZ is both very small and has very good compression ratio for this type of data.

For example, 817kiB Lua source code (merged multiple sources, with a lot of comments); BriefLZ can compress to 243 kiB, liblzf to 337 kiB, gzip -9 to 207 kiB.

So I’d like to also thank you very much for BriefLZ, it does really great job with very tiny code!

@jibsen
Copy link
Owner

jibsen commented Jul 20, 2017

That looks great, thanks a lot!

@jibsen
Copy link
Owner

jibsen commented Oct 27, 2018

@jirutka, just wanted to ping you about the new release 1.2.0 in case you wanted to update your bindings. I don't know enough about Lua to make a PR myself.

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