2014
DOI: 10.5120/17411-7990
|View full text |Cite
|
Sign up to set email alerts
|

An Efficient Strategy for Collision Resolution in Hash Tables

Abstract: This paper presents NFO, a new and innovative technique for collision resolution based on single dimensional arrays. Hash collisions are practically unavoidable when hashing a random subset of a large set of possible keys and should be seen as an event that can disrupt the normal operations or flow of hash functions computing an index into an array of buckets or slots. Hash tables provide efficient table implementations but then its performance is greatly affected if there are high loads of collisions. This ne… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
5
0

Year Published

2018
2018
2024
2024

Publication Types

Select...
4
1
1

Relationship

0
6

Authors

Journals

citations
Cited by 6 publications
(5 citation statements)
references
References 1 publication
0
5
0
Order By: Relevance
“…The evaluation criteria of all recurrent neural networks were defined as accuracy, precision, recall, f1-score, and AUC scores. The calculation formula of these metrics can be seen in [32,39,40]. Classification of protein families was performed with four different application scenarios.…”
Section: Application Resultsmentioning
confidence: 99%
“…The evaluation criteria of all recurrent neural networks were defined as accuracy, precision, recall, f1-score, and AUC scores. The calculation formula of these metrics can be seen in [32,39,40]. Classification of protein families was performed with four different application scenarios.…”
Section: Application Resultsmentioning
confidence: 99%
“…Peter et al [12] presented an approach for resolving collision in one-dimensional array. The technique concatenated (dot (.))…”
Section: Related Workmentioning
confidence: 99%
“…However, a hash table has the problem of collision, where multiple different keys are hashed into a single bucket. Two different methods are used in resolving hash collisions: chaining and open addressing [41,42]. The chaining stores the collided key in an additional bucket using a linked list pointer.…”
Section: Hash Tablementioning
confidence: 99%