Tuned up local file handling and cleaned things up

Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
quobix
2023-11-22 12:37:25 -05:00
parent ab4af83649
commit f56cdeae9e
17 changed files with 208 additions and 111 deletions

View File

@@ -53,7 +53,6 @@ func TestSpecIndex_MapNodes(t *testing.T) {
mappedKeyNode, ok = index.GetNode(15, 999)
assert.False(t, ok)
assert.Nil(t, mappedKeyNode)
}
func BenchmarkSpecIndex_MapNodes(b *testing.B) {