Translation of multithread into Russian
Noun
computing
- The multithread can handle several tasks at once.Многопоточная программа может обрабатывать несколько задач одновременно.
Verb
technology
- The developer decided to multithread the application for better performance.Разработчик решил многопоточить приложение для повышения производительности.
task division
- The developer decided to multithread the application for better efficiency.Разработчик решил разделить на несколько потоков приложение для повышения эффективности.
Synonyms and analogies of multithread in English
Examples of multithread in a sentence
Developers prefer using a multithread for complex applications. They need to multithread the software for efficiency. He learned how to multithread during the course. He decided to multithread the process to save time. They needed to multithread the program to handle multiple users.
Translations of "multithread" in Context ordered by category and frequency
The standard OpenMP was developed in the year 1997 as API, aimed at writing sorted multithread applications.
Первый стандарт OpenMP был разработан в 1997 г. как API, ориентированный на написание легко переносимых многопоточных приложений.
multithread: Examples and translations in context
Valgrind runs programs on a virtual processor and can detect memory errors (e.g., misuse of malloc and free) and race conditions in multithread programs.
Valgrind (en), выполняет программу на виртуальном процессоре, может обнаруживать ошибки памяти (например, связанные с неверным использованием функций malloc и free), ситуации гонки потоков (race conditions) в многопоточных программах
OpenMP (Open Multi-Processing) - is a set of compiler directives, library procedures and environment variables, which are intended for programming multithread applications on multiprocessor systems.
OpenMP (Open Multi-Processing) - это набор директив компилятора, библиотечных процедур и переменных окружения, которые предназначены для программирования многопоточных приложений на многопроцессорных системах.