Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 30 for parallelize (0.08 seconds)

  1. docs/en/docs/deployment/server-workers.md

    ## Deployment Concepts { #deployment-concepts }
    
    Here you saw how to use multiple **workers** to **parallelize** the execution of the application, take advantage of **multiple cores** in the CPU, and be able to serve **more requests**.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 8.2K bytes
    - Click Count (0)
  2. docs/fr/docs/async.md

    ### Est-ce que la concurrence est mieux que le parallélisme ? { #is-concurrency-better-than-parallelism }
    
    Nope ! C'est ça la morale de l'histoire.
    
    La concurrence est différente du parallélisme. C'est mieux sur des scénarios **spécifiques** qui impliquent beaucoup d'attente. À cause de ça, c'est généralement bien meilleur que le parallélisme pour le développement d'applications web. Mais pas pour tout.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 27.3K bytes
    - Click Count (0)
  3. CHANGELOG/CHANGELOG-1.31.md

    ### Feature
    
    - Parallelize calls to conversion webhooks when watching from etcd to prevent watchcache from lagging and helps clusters with slow conversion webhooks or transformers. 
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Wed Nov 12 11:33:21 GMT 2025
    - 451.9K bytes
    - Click Count (0)
  4. docs/fr/docs/deployment/server-workers.md

    ## Concepts de déploiement { #deployment-concepts }
    
    Ici, vous avez vu comment utiliser plusieurs workers pour paralléliser l'exécution de l'application, tirer parti de plusieurs cœurs du CPU et être en mesure de servir davantage de requêtes.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 8.7K bytes
    - Click Count (0)
  5. RELEASE.md

            transformations deterministic. The option will now apply the same across
            all transformations.
        *   The optimization `parallel_batch` now becomes default if not disabled by
            users, which will parallelize copying of batch elements.
        *   Added the ability for `TensorSliceDataset` to identify and handle inputs
            that are files. This enables creating hermetic SavedModels when using
            datasets created from files.
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Mon Mar 30 18:31:38 GMT 2026
    - 746.5K bytes
    - Click Count (3)
  6. docs/en/docs/async.md

    This idea of **asynchronous** code described above is also sometimes called **"concurrency"**. It is different from **"parallelism"**.
    
    **Concurrency** and **parallelism** both relate to "different things happening more or less at the same time".
    
    But the details between *concurrency* and *parallelism* are quite different.
    
    To see the difference, imagine the following story about burgers:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 23.4K bytes
    - Click Count (0)
  7. docs/de/docs/async.md

    ### Parallele Hamburger { #parallel-burgers }
    
    Stellen wir uns jetzt vor, dass es sich hierbei nicht um „nebenläufige Hamburger“, sondern um „parallele Hamburger“ handelt.
    
    Sie gehen los mit Ihrem Schwarm, um paralleles Fast Food zu bekommen.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 27.3K bytes
    - Click Count (0)
  8. docs/fr/docs/_llm-test.md

    * l’en-tête transféré
    
    * le système d’injection de dépendances
    * la dépendance
    * l’élément dépendable
    * le dépendant
    
    * lié aux E/S
    * lié au processeur
    * concurrence
    * parallélisme
    * multi-traitement
    
    * la variable d’env
    * la variable d’environnement
    * le `PATH`
    * la variable `PATH`
    
    * l’authentification
    * le fournisseur d’authentification
    * l’autorisation
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 12.8K bytes
    - Click Count (0)
  9. docs/uk/llm-prompt.md

    - shutdown: вимкнення
    - lifespan: тривалість життя
    - authorization: авторизація
    - forwarded header: направлений заголовок
    - dependable: залежний
    - dependent: залежний
    - bound: межа
    - concurrency: рівночасність
    - parallelism: паралелізм
    - multiprocessing: багатопроцесорність
    - env var: змінна оточення
    - dict: словник
    - enum: перелік
    - issue: проблема
    - server worker: серверний працівник
    - worker: працівник
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Feb 04 16:47:51 GMT 2026
    - 4K bytes
    - Click Count (0)
  10. docs/tr/docs/async.md

    ### Eşzamanlılık ve Burgerler { #concurrency-and-burgers }
    
    Yukarıda anlatılan **asenkron** kod fikrine bazen **"eşzamanlılık"** (concurrency) da denir. **"Paralellik"**ten (parallelism) farklıdır.
    
    **Eşzamanlılık** ve **paralellik**, "aynı anda az çok birden fazla şeyin olması" ile ilgilidir.
    
    Ama *eşzamanlılık* ve *paralellik* arasındaki ayrıntılar oldukça farklıdır.
    
    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)
Back to Top