Skip to content

Commit

Permalink
Making room for 192 different Edges
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Nov 9, 2022
1 parent d99d4e6 commit 96ad47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/engine/edge.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type EdgeAnalyzer struct {
}

// Increas this when we run out of space
const PMBSIZE = 2
const PMBSIZE = 3
const MAXEDGEPOSSIBLE = PMBSIZE * 64

type EdgeBitmap [PMBSIZE]uint64
Expand Down

0 comments on commit 96ad47a

Please sign in to comment.