Skip to content

Commit

Permalink
Update hashmap.go
Browse files Browse the repository at this point in the history
  • Loading branch information
itsabgr authored Aug 28, 2021
1 parent 4a0f1a1 commit 0363b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hashmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
const DefaultSize = 8

// MaxFillRate is the maximum fill rate for the slice before a resize will happen.
const MaxFillRate = 50
const MaxFillRate = float32(0.5)

type (
hashMapData struct {
Expand Down

0 comments on commit 0363b37

Please sign in to comment.