mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #427] [MERGED] Add backward reference research tools to brotli repository. #1040
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/427
Author: @Zip753
Created: 9/15/2016
Status: ✅ Merged
Merged: 9/20/2016
Merged by: @eustas
Base:
master← Head:master📝 Commits (5)
58cecf1Add distance encoding research tools.9589396Add description of research tools.0e52c59Update variable naming.4291932Update research tools description.9294022Replace sais.hxx by submodule hillbig/esaxx.📊 Changes
11 files changed (+576 additions, -0 deletions)
View changed files
📝
.gitmodules(+3 -0)➕
research/Makefile(+17 -0)➕
research/README.md(+67 -0)➕
research/draw_diff.cc(+104 -0)➕
research/draw_histogram.cc(+197 -0)➕
research/esaxx(+1 -0)➕
research/find_opt_references.cc(+147 -0)➕
research/img/enwik9_brotli.png(+0 -0)➕
research/img/enwik9_diff.png(+0 -0)➕
research/img/enwik9_opt.png(+0 -0)➕
research/read_dist.h(+40 -0)📄 Description
This is a small set of simple tools used together with large-window brotli to visualize backward reference distance distribution. You can find a description here.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.