Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Example_reset (0.1 sec)

  1. src/compress/flate/example_test.go

    	"sync"
    )
    
    // In performance critical applications, Reset can be used to discard the
    // current compressor or decompressor state and reinitialize them quickly
    // by taking advantage of previously allocated memory.
    func Example_reset() {
    	proverbs := []string{
    		"Don't communicate by sharing memory, share memory by communicating.\n",
    		"Concurrency is not parallelism.\n",
    		"The bigger the interface, the weaker the abstraction.\n",
    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