mirror of https://github.com/golang/go.git
This change simplifies the construction of the Huffman tree in the
bzip2 package by replacing custom sort logic with the more concise and
idiomatic use of "slices" and "cmp" packages.
Change-Id: I2a8aef146b54b9433038b133d2cc8856ba077c72
GitHub-Last-Rev:
|
||
|---|---|---|
| .. | ||
| bzip2 | ||
| flate | ||
| gzip | ||
| lzw | ||
| testdata | ||
| zlib | ||