Skip to content

Commit 71cc2c0

Browse files
added changes
1 parent 2979450 commit 71cc2c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

skl/arena.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
package skl
77

88
import (
9+
"fmt"
910
"sync/atomic"
1011
"unsafe"
1112

@@ -115,6 +116,7 @@ func (s *Arena) getNode(offset uint32) *node {
115116

116117
// getKey returns byte slice at offset.
117118
func (s *Arena) getKey(offset uint32, size uint16) []byte {
119+
fmt.Println(offset, size)
118120
return s.buf[offset : offset+uint32(size)]
119121
}
120122

0 commit comments

Comments
 (0)