golang/src/compress/flate
apocelipes 2dd82d97b6 compress: reordering fields to reduce struct sizes
Overall, there are 32 bytes reduced.

Change-Id: I455bf0874b33fa47719f42618e4800c7ff2a9e88
GitHub-Last-Rev: 7670344c4a643afdec0fdae3d34fdb8ccd81205f
GitHub-Pull-Request: golang/go#67010
Reviewed-on: https://go-review.googlesource.com/c/go/+/581355
Reviewed-by: Joedian Reid <joedian@google.com>
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@golang.org>
2024-04-26 13:32:40 +00:00
..
testdata compress/flate: use uncompressed if dynamic encoding is larger 2016-04-18 02:30:46 +00:00
deflate.go compress: reordering fields to reduce struct sizes 2024-04-26 13:32:40 +00:00
deflate_test.go all: fix spelling errors 2023-06-14 00:03:57 +00:00
deflatefast.go compress/flate: fix corrupted output 2020-10-19 18:48:17 +00:00
dict_decoder.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
dict_decoder_test.go compress/flate: extract LZ77 dictionary logic into seperate struct 2016-02-28 10:36:01 +00:00
example_test.go compress/flate: add examples 2016-11-12 18:42:35 +00:00
flate_test.go all: update references to symbols moved from io/ioutil to io 2020-10-20 18:41:18 +00:00
huffman_bit_writer.go compress: remove useless break statement 2022-09-29 22:59:14 +00:00
huffman_bit_writer_test.go all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp 2020-12-09 19:12:23 +00:00
huffman_code.go all: add missing periods in comments 2022-11-18 17:59:44 +00:00
inflate.go compress: some minor corrections or adjustments for godoc link 2023-10-13 23:20:03 +00:00
inflate_test.go compress/flate, archive/zip: reduce memory allocations 2023-05-24 23:23:54 +00:00
reader_test.go all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp 2020-12-09 19:12:23 +00:00
token.go all: add missing periods in comments 2022-11-18 17:59:44 +00:00
writer_test.go all: update references to symbols moved from io/ioutil to io 2020-10-20 18:41:18 +00:00