orz icon indicating copy to clipboard operation
orz copied to clipboard

a high performance, general purpose data compressor written in the crab-lang

Results 21 orz issues
Sort by recently updated
recently updated
newest added

I tried to test something but didn't even get to that point as built executable crashes with this message: `thread 'main' has overflowed its stack` gdb says this: ``` $...

Bumps [linked-hash-map](https://github.com/contain-rs/linked-hash-map) from 0.5.2 to 0.5.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=linked-hash-map&package-manager=cargo&previous-version=0.5.2&new-version=0.5.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

@richox It seems that there is no test code added in the project, how do we ensure that the compression and decompression results are correct. The current project version has...

help wanted

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.152 to 0.2.153. Release notes Sourced from libc's releases. 0.2.153 What's Changed Add SOMAXCONN to vita on 0.2 (to fix std) by @​pheki in rust-lang/libc#3552 Fix CI...

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.17 to 4.1.11. Release notes Sourced from clap's releases. v4.1.11 [4.1.11] - 2023-03-17 Internal Update bitflags v4.1.10 [4.1.10] - 2023-03-17 Fixes (help) On Windows, avoid underlined text...

Whwn I use orz in Windows machine get the error as : ''' thread 'main' has overflowed its stack ''' and creates an empty zip file. Checked on a Debian...

Unlike all other Unix compressors, orz's format doesn't give any reliable way to sniff it in a maybe-compressed file. While in some contexts (private data, files with .orz suffix) the...

Hi. This is impressive program! Unfortunately, it seems decompressing speed is not so good as zstd's. So I propose this trick: https://blog.reverberate.org/2021/04/21/musttail-efficient-interpreters.html This post may be useful too: https://blog.reverberate.org/2020/05/29/hoares-rebuttal-bubble-sorts-comeback.html

I was super excited to see this! I'm currently looking for a fast compression alternative for `zstd` for compressing postgresql wal archives. At least for this use-case, I wasn't able...