mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
dictionary.bin.br in source tree #245
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 @ghost on GitHub (Jun 29, 2018).
Is this file needed or mistakenly checked in:
https://github.com/google/brotli/blob/b601fe817/c/common/dictionary.bin.br
@eustas commented on GitHub (Jun 29, 2018):
No, this file is checked in intentionally. This is a brotli RFC dictionary compressed without using brotli RFC dictionary.
So it is possible to get dictionary-less brotli decoder, decode this file, supply result to decoder to obtain fully-featured decoder.
@ghost commented on GitHub (Jun 29, 2018):
Thanks, it makes sense.