-
Notifications
You must be signed in to change notification settings - Fork 47
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
Building under ubuntu 12.04. #4
Comments
Thanks for the report and patch. The patch looks good. I'll add |
I've investigated, and I realised there are two problems.
Commit 6863cb0 for Please try it. |
Thank you. My little advice for you: add flags This one |
Thanks for testing and advice ! |
Hi. Thank you for your tool. That's pretty cool.
Your last commit kills speed and building under ubuntu 12.04.
I have tested your previous version and it compressed my 3.3 GB file in 2.6 sec.
But last has 16.35 sec and that time worse than time of pure lz4 library.
And now it doesn't eat 600-800% of cpu just only 150%.
I made a little patch for building under precise. But I am not sure it's nice.
gcc 4.6 doesn't have support for
std::launch::deferred
.The text was updated successfully, but these errors were encountered: