English | Russian |
A thread is a lighter burden on the operating system to create, maintain, and manage because very little information is associated with a thread. This lighter burden suggests that a thread has less overhead compared to a process | Затраты вычислительных ресурсов, связанные с созданием потока, его поддержкой и управлением, у операционной системы значительно ниже по сравнению с аналогичными затратами для процессов, поскольку объём информации отдельного потока гораздо меньше, чем у процесса (см. "Parallel and Distributed Programming Using C++" by Cameron Hughes, Tracey Hughes 2003 ssn) |
an ordinary inductive definition is one whose validity depends on the fact that the right hand side of each equation uses only indices less than that of the left hand side | Содержательность обычного индуктивного определения основана на том, что индексы, используемые в правой части каждого уравнения, меньше, чем индексы левой части (см. Communicating Sequential Processes by C.A.R. Hoare 1985 ssn) |
if the stream is less than 1,000 bytes long, the byte array returned reflects the actual stream size | если поток меньше 1000 байт, возвращаемый байтовый массив соответствует фактическому размеру потока (ssn) |
it is critically important to consider security and privacy concerns carefully during the design phase – mitigation of security and privacy issues is much less expensive when performed during the opening stages of a project lifecycle | Крайне важно тщательно рассматривать вопросы безопасности и приватности на этапе проектирования, так как решение проблем безопасности и приватности, осуществляемое на начальных этапах жизненного цикла, будет гораздо менее затратным (см. ISO/IEC 27034-1:2011 ssn) |
one less than the maximum allowed | на единицу меньше разрешённого максимума (ssn) |
one less than the minimum required | на единицу меньше заданного минимума (ssn) |
the leftmost element of the left operand is less than that of the right | Самый левый элемент левого операнда меньше чем самый левый элемент правого операнда |
we keep the representation sorted by storing all elements less than a node's value in the node's left subtree | мы поддерживаем упорядочение представления, записывая все меньшие, чем значение узла, элементы в левое поддерево этого узла ... (см. "Abstraction and Specification in Program Development" by Barbara Liskov & John Guttag 1986) |