-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Improve optimal parser performance on small data #2771
Commits on Sep 3, 2021
-
removed pretty-print of sizes in benchmark
This is less appropriate for this mode : benchmark is about accuracy, it's important to read the exact values.
Configuration menu - View commit details
-
Copy full SHA for eab6922 - Browse repository at this point
Copy the full SHA eab6922View commit details -
Disable console notification by default within the library
As a library, the default shouldn't be to write anything on console. `cover` and `fastcover` have a `g_displayLevel` variable to control this behavior. It's now set to 0 (no display) by default. Setting notification to a higher level should be an explicit operation by a console application.
Configuration menu - View commit details
-
Copy full SHA for f0fc8cb - Browse repository at this point
Copy the full SHA f0fc8cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27a8bbe - Browse repository at this point
Copy the full SHA 27a8bbeView commit details
Commits on Sep 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 23a9368 - Browse repository at this point
Copy the full SHA 23a9368View commit details -
small general compression ratio improvement for btopt+ strategies/
Configuration menu - View commit details
-
Copy full SHA for 08ceda3 - Browse repository at this point
Copy the full SHA 08ceda3View commit details
Commits on Sep 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b096a5c - Browse repository at this point
Copy the full SHA b096a5cView commit details
Commits on Sep 8, 2021
-
removed frequency booster for stat initialization of btultra2
used to be necessary to counter-balance the fixed-weight frequency update which has been recently changed for an adaptive rate (targeting stable starting frequency stats).
Configuration menu - View commit details
-
Copy full SHA for 42a3ed7 - Browse repository at this point
Copy the full SHA 42a3ed7View commit details -
change update rate to 11/10/10/10
better for larger blocks, very small inefficiency on small block.
Configuration menu - View commit details
-
Copy full SHA for ef78611 - Browse repository at this point
Copy the full SHA ef78611View commit details -
change update rate to 12/11/11/11
better for large files, and sources with relatively "stable" entropy, like silesia.tar. slightly worse for files with rapidly changing entropy, like Calgary.tar/. Updated small files tests in fuzzer
Configuration menu - View commit details
-
Copy full SHA for 7fce9a4 - Browse repository at this point
Copy the full SHA 7fce9a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f0b1b9 - Browse repository at this point
Copy the full SHA 4f0b1b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7f46eb - Browse repository at this point
Copy the full SHA b7f46ebView commit details -
make automated-benchmarking faster
by employing parallel compilation of object files.
Configuration menu - View commit details
-
Copy full SHA for 5449ede - Browse repository at this point
Copy the full SHA 5449edeView commit details
Commits on Sep 12, 2021
-
make it able to process text output sent into either stdout or stderr
Configuration menu - View commit details
-
Copy full SHA for 640c5b1 - Browse repository at this point
Copy the full SHA 640c5b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f58e63b - Browse repository at this point
Copy the full SHA f58e63bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6b2855 - Browse repository at this point
Copy the full SHA b6b2855View commit details
Commits on Sep 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fd94b9d - Browse repository at this point
Copy the full SHA fd94b9dView commit details