Skip to content

Commit

Permalink
Update hashtab32.cw
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmuth authored Mar 2, 2024
1 parent 8134766 commit a352288
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions FrontEnd/Lib/hashtab32.cw
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
@doc """hashtab32

32 refers to width of the integer returned by the hash function.
32 refers to the width of the integer returned by the hash function.
This also limits the max table size to (2^32 - 1).

$ktype:
$vtype:
$khash:
$keq:
The approach used is linear probing with separate arrays afor keys and values
(and meta data) to improve reference locality.
"""
(module hashtab32 [
@doc "the key type"
Expand Down

0 comments on commit a352288

Please sign in to comment.