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 orz #67

Closed
retnikt opened this issue Apr 6, 2020 · 3 comments
Closed

Add orz #67

retnikt opened this issue Apr 6, 2020 · 3 comments

Comments

@retnikt
Copy link

retnikt commented Apr 6, 2020

Could orz be added to the benchmarks? It is an ROLZ algorithm written in Rust

@inikep
Copy link
Owner

inikep commented Apr 8, 2020

It's a lot of work because orz has to be compiled by Rust and linked as an external library to allow calling orz from C++ code. I will accept a contribution (pull-request) with orz if somebody will prepare it but orz would be run only if Rust compiler will be detected in OS.

@retnikt
Copy link
Author

retnikt commented Apr 9, 2020

Ah, I see... could it not be called as a binary from the command-line? Or would that invalidate results?

@inikep
Copy link
Owner

inikep commented Apr 16, 2020

The idea behind lzbench is to use the same compilers with the same optimizations to compare compressors. Calling a binary creates additional layers (e.g. disk input and output) that will make a compressor slower.

@inikep inikep closed this as completed Jan 19, 2025
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

No branches or pull requests

2 participants