-
Notifications
You must be signed in to change notification settings - Fork 57
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
Investigate why build artifacts are significantly slower with gcc than with clang #14
Comments
Found the problem:
There's some extremely hot code in one particular function that [1] When given the chance to choose between |
Fixed in dwarfs-0.4.1. |
New: * The segmenting code now uses a bloom filter to discard unsuccessful matches as early and quickly as possible * nilsimsa similarity computation has been improved Fixed: * GCC builds mhx/dwarfs#14 * Libarchive mhx/dwarfs#36 * mkdwarfs catch certain exceptions correctly Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Denis Reva <[email protected]>
No description provided.
The text was updated successfully, but these errors were encountered: