How custom brotli dictionary as defined in dictionary.cc #417

Closed
opened 2026-01-29 20:43:33 +00:00 by claunia · 1 comment
Owner

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?

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?
Author
Owner

@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}

@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}`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#417