We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dfbcd9 commit ca44dddCopy full SHA for ca44ddd
1 file changed
lib/streams/huffman.inc
@@ -12,7 +12,7 @@
12
; adaptive model but not a performant one.
13
14
; For real-world applications, using the static Huffman functions
15
-; (huffman-compress-static) would be vastly faster, as it builds the tree only
+; huffman-compress-static would be vastly faster, as it builds the tree only
16
; once after a preliminary scan of the file. This test perfectly illustrates the
17
; trade-offs between the simplicity of the adaptive simulation and the performance
18
; of a static model.
0 commit comments