citp / BlockSci

A high-performance tool for blockchain science and exploration
https://citp.github.io/BlockSci/
GNU General Public License v3.0
1.34k stars 259 forks source link

parser: consider using RocksDB bloom filter #369

Open maltemoeser opened 4 years ago

maltemoeser commented 4 years ago

RocksDB provides bloom filters which we could use instead of our own implementation.