Skip to content

Commit

Permalink
RIP bloom filter markset; you weren't used anyway.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzo committed Aug 10, 2021
1 parent 742c85b commit eb0a62e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 119 deletions.
2 changes: 0 additions & 2 deletions blockstore/splitstore/markset.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ type MarkSetEnv interface {

func OpenMarkSetEnv(path string, mtype string) (MarkSetEnv, error) {
switch mtype {
case "bloom":
return NewBloomMarkSetEnv()
case "map":
return NewMapMarkSetEnv()
case "badger":
Expand Down
113 changes: 0 additions & 113 deletions blockstore/splitstore/markset_bloom.go

This file was deleted.

4 changes: 0 additions & 4 deletions blockstore/splitstore/markset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ func TestMapMarkSet(t *testing.T) {
testMarkSetVisitor(t, "map")
}

func TestBloomMarkSet(t *testing.T) {
testMarkSet(t, "bloom")
}

func TestBadgerMarkSet(t *testing.T) {
bs := badgerMarkSetBatchSize
badgerMarkSetBatchSize = 1
Expand Down

0 comments on commit eb0a62e

Please sign in to comment.