Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 committed Mar 6, 2025
1 parent 764a2c5 commit 3b5ea0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion erigon-lib/recsplit/recsplit.go
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ func (rs *RecSplit) recsplit(level int, bucket []uint64, offsets []uint64, unary
}
for i := uint16(0); i < m; i++ {
j := remap16(remix(bucket[i]+salt), m)
fmt.Printf("a: %d\n", j)
rs.offsetBuffer[j] = offsets[i]
}
for _, offset := range rs.offsetBuffer[:m] {
Expand Down

0 comments on commit 3b5ea0b

Please sign in to comment.