Skip to content

Commit d6db750

Browse files
committed
rem pFactor
1 parent c4c8b3c commit d6db750

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

leaderboard/skiplist.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import (
1111
// A simple skip list keyed by (score desc, user asc) to achieve O(log n) updates.
1212

1313
const maxLevel = 16
14-
const pFactor = 0.25
1514

1615
type node struct {
1716
e Entry

0 commit comments

Comments
 (0)