Skip to content

Commit

Permalink
more minor comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Gaetano Padula committed Nov 3, 2024
1 parent c9533a2 commit be4f344
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions k4.go
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ func (k4 *K4) createSSTable() (*SSTable, error) {
}

// createSSTableNoLock creates an SSTable without locking ssTables slice
// (used mainly for functions that lock the ssTables slice)
// (used mainly for functions that lock the ssTables slice prior to calling this function)
func (k4 *K4) createSSTableNoLock() (*SSTable, error) {

// Create SSTable file
Expand Down Expand Up @@ -766,7 +766,6 @@ func (k4 *K4) compact() error {
// then we will add the key value pairs to the sstable

// create a hashset

hs := hashset.NewHashSet()

// create a new sstable
Expand Down

0 comments on commit be4f344

Please sign in to comment.