We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38415d commit d5b75e4Copy full SHA for d5b75e4
src/internal/runtime/maps/group.go
@@ -111,7 +111,7 @@ func bitsetShiftOutLowest(b bitset) bitset {
111
//
112
// empty: 1 0 0 0 0 0 0 0
113
// deleted: 1 1 1 1 1 1 1 0
114
-// full: 0 h h h h h h h // h represents the H1 hash bits
+// full: 0 h h h h h h h // h represents the H2 hash bits
115
116
// TODO(prattmic): Consider inverting the top bit so that the zero value is empty.
117
type ctrl uint8
0 commit comments