Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
testhash
master
Testhash
TestHash
MyHash
Overhead
RobinHash
Status
Generated using Crystal 1.14.0
2024-11-26 08:31:27 UTC
class
TestHash::
MyHash(K, V)
TestHash::MyHash(K, V)
Reference
Object
Defined in:
testhash.cr
Constant Summary
MAX_LOAD_FACTOR
=
70
MAX_TOMB_FACTOR
=
80
Constructors
.new
(*args)
Instance Method Summary
#[]=
(key, value)
#[]?
(key)
#delete
(key, &)
Constructor Detail
def self.
new
(*args)
#
[
View source
]
Instance Method Detail
def
[]=
(key, value)
#
[
View source
]
def
[]?
(key)
#
[
View source
]
def
delete
(key, &)
#
[
View source
]