Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for minimizing (0.28 sec)

  1. src/runtime/mgcpacer.go

    // trigger a GC cycle such that no GC assists are required to finish on time.
    // This algorithm thus optimizes GC CPU utilization to the dedicated background
    // mark utilization of 25% of GOMAXPROCS by minimizing GC assists.
    // GOMAXPROCS. The high-level design of this algorithm is documented
    // at https://github.com/golang/proposal/blob/master/design/44167-gc-pacer-redesign.md.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 55.4K bytes
    - Viewed (0)
Back to top