Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for sawtooth (0.11 sec)

  1. src/compress/bzip2/testdata/pass-sawtooth.bz2

    pass-sawtooth...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 03 02:53:34 UTC 2016
    - 2K bytes
    - Viewed (0)
  2. src/compress/bzip2/bzip2_test.go

    			"92d5652616ac444a4a04af1a8a3964aca0450d43d6cf233bd03233f4ba92f871" +
    			"9e6c2a2bd4f5f88db07ecd0da3a33b263483db9b2c158786ad6363be35d17335" +
    			"ba",
    		),
    	}, {
    		desc:  "1MiB sawtooth",
    		input: mustLoadFile("testdata/pass-sawtooth.bz2"),
    		output: func() []byte {
    			b := make([]byte, 1<<20)
    			for i := range b {
    				b[i] = byte(i)
    			}
    			return b
    		}(),
    	}, {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 09 19:12:23 UTC 2020
    - 6.3K bytes
    - Viewed (0)
  3. src/sort/sort_test.go

    }
    
    func testBentleyMcIlroy(t *testing.T, sort func(Interface), maxswap func(int) int) {
    	sizes := []int{100, 1023, 1024, 1025}
    	if testing.Short() {
    		sizes = []int{100, 127, 128, 129}
    	}
    	dists := []string{"sawtooth", "rand", "stagger", "plateau", "shuffle"}
    	modes := []string{"copy", "reverse", "reverse1", "reverse2", "sort", "dither"}
    	var tmp1, tmp2 [1025]int
    	for _, n := range sizes {
    		for m := 1; m < 2*n; m *= 2 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 19:41:04 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  4. cmd/metacache-entries_test.go

    ail-issue5747.bz2", "src/compress/bzip2/testdata/pass-random1.bin", "src/compress/bzip2/testdata/pass-random1.bz2", "src/compress/bzip2/testdata/pass-random2.bin", "src/compress/bzip2/testdata/pass-random2.bz2", "src/compress/bzip2/testdata/pass-sawtooth.bz2", "src/compress/bzip2/testdata/random.data.bz2", "src/compress/flate/deflate.go", "src/compress/flate/deflate_test.go", "src/compress/flate/deflatefast.go", "src/compress/flate/dict_decoder.go", "src/compress/flate/dict_decoder_test.go", "sr...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Jan 02 17:15:06 UTC 2022
    - 31.6K bytes
    - Viewed (0)
  5. cmd/metacache-stream_test.go

    ail-issue5747.bz2", "src/compress/bzip2/testdata/pass-random1.bin", "src/compress/bzip2/testdata/pass-random1.bz2", "src/compress/bzip2/testdata/pass-random2.bin", "src/compress/bzip2/testdata/pass-random2.bz2", "src/compress/bzip2/testdata/pass-sawtooth.bz2", "src/compress/bzip2/testdata/random.data.bz2", "src/compress/flate/", "src/compress/flate/deflate.go", "src/compress/flate/deflate_test.go", "src/compress/flate/deflatefast.go", "src/compress/flate/dict_decoder.go", "src/compress/flate/dict_decoder_test.go",...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Sep 19 18:05:16 UTC 2022
    - 15K bytes
    - Viewed (0)
  6. src/runtime/mstats.go

    	// and unreachable objects are freed. Sweeping occurs
    	// incrementally between GC cycles, so these two processes
    	// occur simultaneously, and as a result HeapAlloc tends to
    	// change smoothly (in contrast with the sawtooth that is
    	// typical of stop-the-world garbage collectors).
    	HeapAlloc uint64
    
    	// HeapSys is bytes of heap memory obtained from the OS.
    	//
    	// HeapSys measures the amount of virtual address space
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 08 21:03:13 UTC 2024
    - 34.2K bytes
    - Viewed (0)
Back to top