github.com/scottcagno/storage@v1.8.0/pkg/lsmt/sstable/sparse_test.go (about)

     1  package sstable
     2  
     3  import "testing"
     4  
     5  func TestSparseIndex(t *testing.T) {
     6  
     7  	// open sparse gindex
     8  
     9  }