Drop the counter padding that was never buying a cache line

This commit is contained in:
flamingcow
2026-08-04 12:53:53 -07:00
parent 06592cbc81
commit a285b8999c
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -18,7 +18,6 @@ type lossWindow struct {
bits []uint64
lost atomic.Uint64
late atomic.Uint64
_ [16]byte
}
func newLossWindows(n int) []lossWindow {