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 bsc 3.2.4 #120

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

Add bsc 3.2.4 #120

wants to merge 1 commit into from

Conversation

stefanrua
Copy link

No description provided.

@jinfeihan57
Copy link
Collaborator

jinfeihan57 commented Aug 19, 2022

Can you describe the characteristics and usage scenarios of this compression algorithm in detail?
And introduce that the warehouse you obtained is the official warehouse address.

@stefanrua
Copy link
Author

bsc is a block-sorting compressor that supports GPU acceleration for sort transforms of order 5 to 8.

  • Characteristics: compresses remarkably well while maintaining relatively good throughput. Similar performance to XZ.
  • Usage scenarios: you want good compression and you have excess GPUs lying around. Archiving maybe?

combined-pp

These results are from compressing a 100 MB binary blob.

I assume that by "warehouse" you mean "repository", sorry if I interpreted wrong. I didn't find any research paper related to bsc, but the repo I used (https://github.com/IlyaGrebnov/libbsc) seems like the original and most "official" repo around.

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.

None yet

2 participants