golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
124.4k stars 17.71k forks source link

compress/bzip2: implement bz2 encoder #4828

Open gopherbot opened 11 years ago

gopherbot commented 11 years ago

by johnkgallagher:

All the other compress/* packages include both decompression and compression.
compress/bzip2 only supports decompression.
minux commented 11 years ago

Comment 1:

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

Status changed to Accepted.

gopherbot commented 11 years ago

Comment 2 by aaron.l.france:

Any update on this?
rsc commented 11 years ago

Comment 3:

No.
rsc commented 11 years ago

Comment 6:

Labels changed: added go1.3maybe.

rsc commented 11 years ago

Comment 7:

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

rsc commented 11 years ago

Comment 8:

Labels changed: added repo-main.

gopherbot commented 10 years ago

Comment 9 by camilo.aguilar:

bonus points if it leverages parallelization.
heisen-li commented 4 years ago

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: https://github.com/golang/go/issues/40420)
dsnet commented 4 years ago

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 commented 4 years ago

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 commented 3 years ago

Hello,

Do you have news about this feature ?

i would like to use it :-)

Best regards