Translation of hash table into Russian
Noun
technology
- The hash table quickly found the user's data.Хеш-таблица быстро нашла данные пользователя.
Synonyms and analogies of hash table in English
Examples of hash table in a sentence
The hash table reduced the search time significantly.
Translations of "hash table" in Context ordered by category and frequency
Debugging the hash table revealed why some entries failed to match the keys.
Отладка хеш-таблицы показала, почему некоторые записи не соответствовали ключам.
He explained how the hash table handles collisions through separate chaining.
Он объяснил, как хеш-таблица обрабатывает коллизии через отдельные цепочки.
For example, consider a hash table with thread-safe insert and delete operations.
Рассмотрим, например, хеш-таблицу с потокобезопасными операциями вставки и удаления.
The inverted index can be considered a form of a hash table.
Инвертированный индекс можно считать формой хэш-таблицы.
The object is not in the hash table.
Объект отсутствует в хэш-таблице.
There is not enough memory to insert an object into the hash table.
Недостаточно памяти для вставки объекта в хэш-таблицу.
Other translations for hash table:
- хеш-таблице
- хэш-таблица
hash table: Examples and translations in context
Memoization is used to ensure that every hash table is only computed once.
Мемоизация используется для того, чтобы каждое значение хеш-таблицы вычисляется только один раз.
The hash table's design enables quick access to stored data with minimal effort.
Дизайн хеш-таблицы позволяет быстро получить доступ к сохраненным данным с минимальными усилиями.
The software relied heavily on a hash table to manage user engagement data.
Программное обеспечение сильно зависит от хеш-таблицы для управления данными об участии пользователей.
The inverted index can be considered a form of a hash table.
Инвертированный индекс можно считать формой хеш-таблицы.
In these schemes, each cell of a hash table stores a single key-value pair.
В этих схемах каждая ячейка хеш-таблицы содержит одну пару ключ-значение.
However, these flag values will contribute to the load factor of the hash table.
Однако такие флаги приводят к увеличению коэффициента загрузки хеш-таблицы.
Cuckoo hashing is a form of open addressing in which each non-empty cell of a hash table contains a key or key-value pair.
Кукушкино хеширование является видом открытой адресации, в которой каждая непустая ячейка хеш-таблицы содержит ключ или пару ключ-значение.
In these schemes, each cell of a hash table stores a single key-value pair.
В этих схемах каждая ячейка хеш-таблицы содержит одну пару ключ-значение.
See also: