diff options
Diffstat (limited to 'hashmap.ha')
| -rw-r--r-- | hashmap.ha | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -def HASHMAP_SIZE: size = 1 << 14; +def HASHMAP_SIZE: size = 1 << 15; type hashmap = [HASHMAP_SIZE](size, stat); |
![]() |
index : hare-1brc | |
| 1 billion row challenge in Hare |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | hashmap.ha | 2 |
@@ -1,4 +1,4 @@ -def HASHMAP_SIZE: size = 1 << 14; +def HASHMAP_SIZE: size = 1 << 15; type hashmap = [HASHMAP_SIZE](size, stat); |