]> git.ipfire.org Git - thirdparty/zstd.git/commit
[huf_compress] Refactor and comment HUF_buildCTable() 2420/head
authorNick Terrell <terrelln@fb.com>
Tue, 8 Dec 2020 21:53:22 +0000 (13:53 -0800)
committerNick Terrell <terrelln@fb.com>
Tue, 8 Dec 2020 21:57:01 +0000 (13:57 -0800)
commit1bbcf07bd55b0ec6f8593b8a2e14d85b157d9a5e
tree0370250a81fe034cc2b26ed62ee8ff60e0c6a6e0
parenta6ee1b30474d1f890e335c0d777ac5bcd51c2ed3
[huf_compress] Refactor and comment HUF_buildCTable()

Comment and refactor `HUF_buildCTable()` and the helper functions
it calls as I read and understand the code. Hopefully this refactor
makes the code a bit more clear.
lib/compress/huf_compress.c