aboutsummaryrefslogtreecommitdiff
path: root/src/index/blockfilterindex.h
AgeCommit message (Collapse)Author
2020-05-22[doc] Add comment for m_headers_cacheJohn Newbery
2020-05-18[indexes] Add compact block filter headers cacheJohn Newbery
Cache block filter headers at heights of multiples of 1000 in memory. Block filter headers at height 1000x are checkpointed, and will be the most frequently requested. Cache them in memory to avoid costly disk reads.
2019-04-06index: Access functions for global block filter indexes.Jim Posen
2019-04-06index: Implement lookup methods on block filter index.Jim Posen
2019-04-06index: Implement block filter index with write operations.Jim Posen