Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 9 of 9 for Performanz (0.26 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. docs/de/docs/index.md

    </style>
    
    <p align="center">
      <a href="https://fastapi.tiangolo.com/de"><img src="https://fastapi.tiangolo.com/img/logo-margin/logo-teal.png" alt="FastAPI"></a>
    </p>
    <p align="center">
        FastAPI-Framework, hohe Performanz, leicht zu lernen, schnell zu entwickeln, produktionsreif
    </p>
    <p align="center">
    <a href="https://github.com/fastapi/fastapi/actions?query=workflow%3ATest+event%3Apush+branch%3Amaster">
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 23.6K bytes
    - Click Count (1)
  2. docs/de/docs/tutorial/path-params.md

    * API-Annotationen und automatische Dokumentation
    
    Und Sie müssen sie nur einmal deklarieren.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 10K bytes
    - Click Count (0)
  3. docs/tr/docs/async.md

    Ve **FastAPI** ile elde ettiğiniz performans seviyesi de budur.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 23.7K bytes
    - Click Count (0)
  4. docs/tr/docs/alternatives.md

    Açık kıyaslamalarda, bugün Uvicorn ve Starlette’in Sanic’ten daha hızlı olduğu görülür; Sanic bu ikisine ilham vermiştir.
    
    ///
    
    /// check | **FastAPI**'a ilham olan
    
    Çok yüksek performans elde etmenin bir yolunu bulmak.
    
    Bu yüzden **FastAPI**, en hızlı framework olduğu için (üçüncü parti kıyaslamalara göre) Starlette üzerine kuruludur.
    
    ///
    
    ### [Falcon](https://falconframework.org/) { #falcon }
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 24K bytes
    - Click Count (0)
  5. docs/tr/docs/advanced/custom-response.md

      "message": "Hello World"
    }
    ```
    
    Elbette JSON’u formatlamaktan çok daha iyi şekillerde bundan faydalanabilirsiniz. 😉
    
    ### `orjson` mı Response Model mi { #orjson-or-response-model }
    
    Aradığınız şey performans ise, büyük olasılıkla bir `orjson` response’tan ziyade bir [Response Model](../tutorial/response-model.md) kullanmak daha iyi olacaktır.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 11.9K bytes
    - Click Count (0)
  6. docs/tr/docs/tutorial/bigger-applications.md

    Yani perde arkasında, her şey tek bir uygulamaymış gibi çalışır.
    
    ///
    
    /// check | Ek bilgi
    
    Router’ları dahil ederken performans konusunda endişelenmeniz gerekmez.
    
    Bu işlem mikrosaniyeler sürer ve sadece startup sırasında olur.
    
    Dolayısıyla performansı etkilemez. ⚡
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 20.3K bytes
    - Click Count (0)
  7. guava/src/com/google/common/collect/FluentIterable.java

       * Collection#stream} on a collection).
       *
       * <p><b>Note:</b> the earlier in the chain you can switch to {@code Stream} usage (ideally not
       * going through {@code FluentIterable} at all), the more performant and idiomatic your code will
       * be. This method is a transitional aid, to be used only when really necessary.
       *
       * @since 21.0
       */
      public final Stream<E> stream() {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Apr 02 14:49:41 GMT 2026
    - 34.7K bytes
    - Click Count (0)
  8. docs/fr/docs/alternatives.md

    API et des CLI.
    
    Comme il est basé sur l'ancienne norme pour les frameworks web Python synchrones (WSGI), il ne peut pas gérer les Websockets et autres, bien qu'il soit également très performant.
    
    /// info
    
    Hug a été créé par Timothy Crosley, le créateur de [`isort`](https://github.com/timothycrosley/isort), un excellent outil pour trier automatiquement les imports dans les fichiers Python.
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 26.6K bytes
    - Click Count (0)
  9. CHANGELOG/CHANGELOG-1.2.md

    is unable to start in iptables mode because system requirements are not met
    (kernel or iptables versions are insufficient), the kube-proxy will fall-back
    to userspace mode. Kube-proxy is much more performant and less
    resource-intensive in ‘iptables’ mode.
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Fri Dec 04 06:36:19 GMT 2020
    - 41.4K bytes
    - Click Count (0)
Back to Top