Skip to content

Commit

Permalink
remove rand from maphash
Browse files Browse the repository at this point in the history
  • Loading branch information
phuslu committed Jan 2, 2024
1 parent d6163d1 commit 3bd7ad8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions maphash.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions shard.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,7 @@ func init() {
}
}()
}

//go:noescape
//go:linkname fastrand64 runtime.fastrand64
func fastrand64() uint64

0 comments on commit 3bd7ad8

Please sign in to comment.