Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Example_dictionary (0.11 sec)

  1. src/compress/flate/example_test.go

    }
    
    // A preset dictionary can be used to improve the compression ratio.
    // The downside to using a dictionary is that the compressor and decompressor
    // must agree in advance what dictionary to use.
    func Example_dictionary() {
    	// The dictionary is a string of bytes. When compressing some input data,
    	// the compressor will attempt to substitute substrings with matches found
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 12 18:42:35 UTC 2016
    - 6.5K bytes
    - Viewed (0)
Back to top