Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for performance (0.4 sec)

  1. doc/go1.22.html

    </p>
    
    <h2 id="runtime">Runtime</h2>
    
    <p><!-- CL 543255 -->
      The runtime now keeps type-based garbage collection metadata nearer to each
      heap object, improving the CPU performance (latency or throughput) of Go programs
      by 1&ndash;3%.
      This change also reduces the memory overhead of the majority Go programs by
      approximately 1% by deduplicating redundant metadata.
    HTML
    - Registered: Tue Feb 06 11:13:10 GMT 2024
    - Last Modified: Wed Jan 31 20:51:56 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  2. doc/go_mem.html

    </p>
    
    <p>
    Reads of memory locations larger than a single machine word
    are encouraged but not required to meet the same semantics
    as word-sized memory locations,
    observing a single allowed write <i>w</i>.
    For performance reasons,
    implementations may instead treat larger operations
    as a set of individual machine-word-sized operations
    in an unspecified order.
    This means that races on multiword data structures
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Mar 04 15:54:42 GMT 2024
    - 26.6K bytes
    - Viewed (0)
Back to top