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

compress/bzip2: implement bz2 encoder #4828

Open
gopherbot opened this issue Feb 16, 2013 · 11 comments
Open

compress/bzip2: implement bz2 encoder #4828

gopherbot opened this issue Feb 16, 2013 · 11 comments

Comments

@gopherbot
Copy link

by johnkgallagher:

All the other compress/* packages include both decompression and compression.
compress/bzip2 only supports decompression.
@minux
Copy link
Member

minux commented Feb 17, 2013

Comment 1:

Labels changed: added priority-later, removed priority-triage, go1.1maybe.

Status changed to Accepted.

@gopherbot
Copy link
Author

Comment 2 by aaron.l.france:

Any update on this?

@rsc
Copy link
Contributor

rsc commented Sep 3, 2013

Comment 3:

No.

@rsc
Copy link
Contributor

rsc commented Nov 27, 2013

Comment 6:

Labels changed: added go1.3maybe.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 7:

Labels changed: added release-none, removed go1.3maybe.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 8:

Labels changed: added repo-main.

@gopherbot
Copy link
Author

Comment 9 by camilo.aguilar:

bonus points if it leverages parallelization.

@heisen-li
Copy link
Contributor

I now have some time to do this work. There are a few questions I want to ask:

  1. Is there still interest in adding compression encoding now?
  2. What can I do for you? How to do it? I know that @dsnet has written an encoding code: https://github.com/dsnet/compress/tree/master/bzip2.
    (My issue is closed. The detailed description is here: bzip2:Add bzip2 encoding implementation #40420)

@dsnet
Copy link
Member

dsnet commented Jul 27, 2020

Some blockers getting my bzip2 implementation merged into the standard library is the need for code reviewers familiar with BWT, and also my own time to push the code along through code review. At the moment, I don't have the available bandwidth to commit to an endeavor like this.

@heisen-li
Copy link
Contributor

Some blockers getting my bzip2 implementation merged into the standard library is the need for code reviewers familiar with BWT, and also my own time to push the code along through code review. At the moment, I don't have the available bandwidth to commit to an endeavor like this.

Well, it seems that this work cannot be completed in a short time. I will continue to focus on the improvement of the compression library. If you need it, remember to call me. I like compression. Thank you for your reply.

@henri9813
Copy link

henri9813 commented May 3, 2021

Hello,

Do you have news about this feature ?

i would like to use it :-)

Best regards

@rsc rsc unassigned dsnet Jun 22, 2022
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

6 participants