mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Why "custom dictionary" support was removed? #198
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 @Un1oR on GitHub (Sep 28, 2017).
Subj
@eustas commented on GitHub (Sep 28, 2017):
To make API concise and clear for v1.0.0 release.
Internally we are developing a better alternative, and will public it soon.
@fxfactorial commented on GitHub (Oct 9, 2017):
Is 1.0.0 going to be a stable release? I am maintaining OCaml bindings to brotli and the API changes quite often? https://github.com/fxfactorial/ocaml-brotli
@eustas commented on GitHub (Oct 13, 2017):
v1.0 means "stable". All the existing API are stable and cover the most useful use-cases.
In future versions (v1.x), we plan to add more functions, but the API that is released in v1.0 will be untouched.
@KOLANICH commented on GitHub (Nov 22, 2019):
Any progress bringing dictionaries back? Without dictionaries compressing DB records is inefficient.