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

Add kotlin native riegeli decompressor #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jononon
Copy link

@jononon jononon commented Jan 10, 2023

While working on code for a different project, I needed to be able to decompress a Riegeli-compressed file in Kotlin.

My implementation follows the standards set forth in the specification: https://github.com/google/riegeli/blob/master/doc/riegeli_records_file_format.md

I do not plan on writing a compressor. Please let me know if you would like these submissions, otherwise I will incorporate them into our repositories directly.

Thanks so much!

@jononon jononon changed the title Add kotlin native riegeli decompressor [WIP] Add kotlin native riegeli decompressor Jan 11, 2023
@jononon jononon changed the title [WIP] Add kotlin native riegeli decompressor Add kotlin native riegeli decompressor Jan 11, 2023
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

Successfully merging this pull request may close these issues.

1 participant