mirror of
https://github.com/google/brotli.git
synced 2026-09-24 07:35:48 +00:00
[PR #189] [MERGED] Move literal cost computation to where it's used. #789
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?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/189
Author: @szabadka
Created: 10/1/2015
Status: ✅ Merged
Merged: 10/1/2015
Merged by: @szabadka
Base:
master← Head:master📝 Commits (1)
4c37566Move literal cost computation to where it's used.📊 Changes
11 files changed (+155 additions, -199 deletions)
View changed files
📝
enc/Makefile(+1 -1)📝
enc/backward_references.cc(+9 -14)📝
enc/backward_references.h(+0 -2)📝
enc/encode.cc(+6 -90)📝
enc/encode.h(+0 -3)📝
enc/encode_parallel.cc(+3 -76)📝
enc/literal_cost.cc(+9 -6)📝
enc/literal_cost.h(+2 -7)➕
enc/utf8_util.cc(+90 -0)➕
enc/utf8_util.h(+33 -0)📝
setup.py(+2 -0)📄 Description
Move utf8 heuristics functions to their own file.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.