Vertaling van "inter-thread" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Ma liste de lecture L'histoire commence avec une idée simple: créer un outil de développement sympathique, un framework de communication inter-thread simple et léger sans outils spécifiques et concurrentiels.
The story begins with a simple idea: create a developer friendly, simple and lightweight inter-thread communication framework without using any locks, synchronizers, semaphores, waits, notifies; and no queues, messages, events or any other concurrency specific words or tools.
Cela pourrait être quelque chose de similaire au modèle d'acteurs Akka, mais c'est peut être exagéré car le nouveau framework devra être ultra-léger, et optimisé pour une communication inter-thread sur un seul ordinateur multi-core.
It could be something similar to Akka typed actors, but that might be overkill as the new framework has to be ultra-lightweight, and optimized for inter-thread communication on a single multi-core computer. Related Vendor Content
Dans cette thèse, nous proposons l'architecture de vectorisation dynamique inter-thread (DITVA) pour tirer parti du parallélisme de données implicite des applications SPMD en assemblant dynamiquement des instructions vectorielles à l'exécution.
In this thesis, we propose the Dynamic Inter-Thread vectorization Architecture (DITVA) to leverage the implicit data-level parallelism in SPMD applications by assembling dynamic vector instructions at runtime.
Nous proposons l'architecture de vectorisation dynamique inter-thread (DITVA) pour tirer parti de ce parallélisme de données (DLP) implicite dans les applications SPMD pour créer des instructions vectorielles dynamiques à l'exécution.
We propose the Dynamic Inter-Thread Vectorization Architecture (DITVA) to leverage this implicit Data Level Parallelism in SPMD applications to create dynamic vector instructions at runtime.
Pour le MPSC, j'ai décidé de tirer partie de LMAX Disruptor - une librairie de messagerie inter-thread à haute performance basée sur un tampon circulaire.
For the Multiple Producers/Single Consumer I decided to leverage LMAX Disruptor - a High Performance Inter-thread Messaging Library based on a ring buffer.
Opération inter-thread non valide: contrôle accédé à partir d'un thread autre que le thread sur lequel il a été créé
Cross-thread operation not valid: Control accessed from a thread other than the thread it was created on
En utilisant Disruptor, il est facile d'obtenir une très faible latence, et une communication inter-thread à très haut débit.