mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
How custom brotli dictionary as defined in dictionary.cc #417
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 @hutunlucky012 on GitHub (Mar 17, 2022).
Hey,I need transport text data of my business.I want to custom self brotli dictionary as defined in dictionary.cc file.How should I do?
@eustas commented on GitHub (Jan 4, 2023):
There are 2 types of "shared" dictionaries: simple (raw LZ77 data) and complex (the one that replaces built-in dictionary as well). Please look into
shared_dictionary.{c|h}