mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Different dictionary.h files? #23
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 @ericlaw1979 on GitHub (Sep 8, 2015).
Shouldn't
\dec\dictionary.hand\enc\dictionary.hbe identical?https://github.com/google/brotli/blob/master/enc/dictionary.h looks like it may be out-of-date; it doesn't include, e.g. the
...block at the end, for instance.
(Incidentally, declaration of the constant in a header file is apparently frowned upon per people smarter than me. Naively building brotli.exe with VS2015 results in 6 copies of the constant array in the resulting executable.)
@lvandeve commented on GitHub (Sep 21, 2015):
Thank you for reporting this. We'll fix it soon.
@szabadka commented on GitHub (Oct 1, 2015):
This is fixed in PR #187