open addressing
[/ˈoʊpən əˈdrɛsɪŋ/]
noun
endereçamento aberto
1. A hash table collision resolution technique where all elements are stored in the hash table itself, and when a collision occurs, the algorithm searches for another empty slot following a probing sequence
Open addressing is efficient for small datasets because it keeps all data within the same array structure.
O endereçamento aberto é eficiente para pequenos conjuntos de dados porque mantém todos os dados na mesma estrutura de array.
2. A method of handling hash collisions by placing the colliding element in another location determined by a probing function
The programmer chose open addressing over chaining to reduce memory overhead.
O programador escolheu endereçamento aberto em vez de encadeamento para reduzir o overhead de memória.
This is a specialized computer science term with no cultural variation. It is used identically in academic and professional contexts across English-speaking countries and Brazilian/Portuguese technical communities. The term is part of the universal vocabulary of computer science and software engineering.
Look up more words on Fala2Me
The free English-Portuguese dictionary with real Brazilian accents, NYC slang, conjugator and more
Open Fala2Me →