You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/hashmaps/example_hashmaps_init.f90
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ program example_init
18
18
19
19
! User can optional specify hasher type and slots_bits instead of using default values.
20
20
! Number of slots in the hashmap will initially equal 2**slots_bits.
21
-
! The hashmap will autmoatically re-size as needed, however for better performance, a rule of thumb is to size so that number of slots is ~2X expected number of entries.
21
+
! The hashmap will automatically re-size as needed; however for better performance, a rule of thumb is to size so that number of slots is ~2X expected number of entries.
22
22
! In this example with slots_bits=10, there will initially be 1024 slots in the map.
0 commit comments