go-graphite / go-carbon

Golang implementation of Graphite/Carbon server with classic architecture: Agent -> Cache -> Persister
MIT License
805 stars 123 forks source link

Bloom filter optimization #619

Closed deniszh closed 3 months ago

deniszh commented 3 months ago

As we decided not to remove keys from bloom we can replace cuckoo filter with faster bloom filter