Improved struct alignment
This commit is contained in:
parent
85256417fd
commit
4c4775c071
3 changed files with 8 additions and 8 deletions
2
Tree.go
2
Tree.go
|
@ -16,8 +16,8 @@ const (
|
|||
|
||||
// Tree represents a radix tree.
|
||||
type Tree[T any] struct {
|
||||
root treeNode[T]
|
||||
static map[string]T
|
||||
root treeNode[T]
|
||||
canBeStatic [2048]bool
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue