mirror of
https://github.com/luxfi/zapdb.git
synced 2026-07-27 06:54:45 +00:00
added changes
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
package skl
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"sync/atomic"
|
||||
"unsafe"
|
||||
|
||||
@@ -102,7 +101,6 @@ func (s *Arena) getNode(offset uint32) *node {
|
||||
|
||||
// getKey returns byte slice at offset.
|
||||
func (s *Arena) getKey(offset uint32, size uint16) []byte {
|
||||
fmt.Println("GET KEY", offset, size)
|
||||
return s.buf[offset : offset+uint32(size)]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user