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

-E option #114

Closed
ordinaryorange opened this issue Jan 6, 2024 · 2 comments
Closed

-E option #114

ordinaryorange opened this issue Jan 6, 2024 · 2 comments

Comments

@ordinaryorange
Copy link

I notice some of the benchmarks use an -E argument to icapp and I cannot find any documentation on it.
Can you enlighten what are the valid args are and what this flag actually does please ?

@powturbo
Copy link
Owner

powturbo commented Jan 6, 2024

In icapp, the functions with the numbers 80-109 are using a compression codec after some transformations e.g. transpose.
You can specify -Ezstd,#, -Elz4,#, -Eturborc,# (#=level)

@pps83
Copy link
Contributor

pps83 commented Mar 6, 2024

I notice some of the benchmarks use an -E argument to icapp and I cannot find any documentation on it. Can you enlighten what are the valid args are and what this flag actually does please ?

I used some of the functions with that secondary codec, added a cmd line param for icapp to be able to specify it, and only after I added all the code to handle it, I noticed that there is that -E param that does exactly the same job. PR to add usage is still pending ...

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

3 participants