Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 31 - 40 of 140 for architectures (0.08 seconds)

  1. architecture/standards/0001-use-architectural-decision-records.md

    ## Consequences
    
    * X
    * Y
    * Z
    ```
    
    ## Consequences
    
    * We start to use Architectural Decision Records
    * We use the proposed template from this ADR
    * We locate `.md` files in the folder `/architecture/standards`
    * We highly encourage usage of ADR to communicate decisions
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 05 12:39:41 GMT 2026
    - 2.9K bytes
    - Click Count (0)
  2. doc/go_spec.html

    the precision of the target type, preventing fusion that would discard that rounding.
    </p>
    
    <p>
    For instance, some architectures provide a "fused multiply and add" (FMA) instruction
    that computes <code>x*y + z</code> without rounding the intermediate result <code>x*y</code>.
    These examples show when a Go implementation can use that instruction:
    </p>
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Apr 01 23:39:18 GMT 2026
    - 287.8K bytes
    - Click Count (1)
  3. docs/screenshots/Architecture-diagram_distributed_8.png

    Architecture-diagram_distributed_8.png...
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Oct 23 05:20:38 GMT 2018
    - 89.7K bytes
    - Click Count (0)
  4. docs/screenshots/Architecture-diagram_distributed_8.svg

    Architecture-diagram_distributed_8.svg...
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Oct 23 05:20:38 GMT 2018
    - 212K bytes
    - Click Count (0)
  5. docs/screenshots/Architecture-diagram_distributed_16.svg

    Architecture-diagram_distributed_16.svg...
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sat Apr 15 00:21:57 GMT 2017
    - 60K bytes
    - Click Count (0)
  6. docs/screenshots/Architecture-diagram_distributed_16.jpg

    Architecture-diagram_distributed_16.jpg...
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Thu Jun 29 16:10:47 GMT 2017
    - 252.3K bytes
    - Click Count (0)
  7. docs/screenshots/Architecture-diagram_distributed_16.png

    Architecture-diagram_distributed_16.png...
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Thu Nov 24 03:30:23 GMT 2016
    - 353.7K bytes
    - Click Count (0)
  8. docs/screenshots/Architecture-diagram_distributed_8.jpg

    Architecture-diagram_distributed_8.jpg...
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Oct 23 05:20:38 GMT 2018
    - 215.2K bytes
    - Click Count (0)
  9. docs/screenshots/Architecture-diagram_distributed_nm.png

    Architecture-diagram_distributed_nm.png...
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Mon May 11 16:33:55 GMT 2020
    - 548K bytes
    - Click Count (0)
  10. architecture/standards/0004-use-a-platform-architecture.md

    An architecture module is responsible for providing a coherent set of features and:
    
    - Provides a set of APIs and services for use from outside the module.
    - Has a private implementation.
    - Is owned by a single team. A team may own multiple architecture modules.
    
    The modules are arranged into several different "Gradle platforms".
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 05 12:39:41 GMT 2026
    - 4.5K bytes
    - Click Count (0)
Back to Top