mirror of
https://github.com/google/brotli.git
synced 2026-09-22 22:56:08 +00:00
Is there a way to create a custom dictionary? #30
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DiThi on GitHub (Sep 23, 2015).
Most files of our project have data that is not text, but delta-encoded floats and shorts, and I think it would greatly benefit from creating a dictionary with the most common strings.
Related #165