Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BenchmarkControllers (0.14 sec)

  1. pkg/kube/krt/README.md

    such as loop unrolling.
    Similarly, `krt` can make complex optimizations in one place, so each controller implementation doesn't, which is likely to increase
    the amount of optimizations applied.
    
    The `BenchmarkControllers` puts this to the test, comparing an *ideal* hand-written controller to one written in `krt`.
    While the numbers are likely to change over time, at the time of writing the overhead for `krt` is roughly 10%:
    
    ```text
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 18 17:21:50 UTC 2023
    - 11.8K bytes
    - Viewed (0)
Back to top