feat: sentinel error ErrBadHash
#19
2
table.go
2
table.go
@@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
// ErrBadHash occurs when the hashes given to a [Table] cause too many key
|
||||
// collisions. If you get this error, try using:
|
||||
// collisions. Try rebuilding the table using:
|
||||
//
|
||||
// 1. Different hash seeds. Equal seeds produce equal hash functions, which
|
||||
// always cycle.
|
||||
|
||||
Reference in New Issue
Block a user