Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for BenchmarkZ (0.11 sec)

  1. docs/en/docs/release-notes.md

    * Add translation to Portuguese for [Benchmarks - Comparações](https://fastapi.tiangolo.com/pt/benchmarks/). PR [#1274](https://github.com/tiangolo/fastapi/pull/1274) by [@Serrones](https://github.com/Serrones).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssagen/ssa.go

    		// currently shown:
    		//   good for amd64
    		//   not helpful for Apple Silicon
    		//
    		case "amd64", "386":
    			// Align to 64 if 31 or fewer bytes remain in a cache line
    			// benchmarks a little better than always aligning, and also
    			// adds slightly less to the (PGO-compiled) binary size.
    			hotAlign = 64
    			hotRequire = 31
    		}
    	}
    
    	// Emit basic blocks
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top