FARGOS/VISTA Object Management Environment Core  ..
FARGOS/VISTA Object Management Environment Core Table of Contents
Bloom Filter Presence Detector

A Bloom filter enables quickly determining if a key might be present in a table. It is most useful in situations where an application might be presented with many keys that are not of interest. In a trading system, these typically allow filtering out price change announcements for symbols that are not of interest. More...

Classes

class  BloomFilterForKey< HASHTYPE, KEYTYPE >
 Templated Bloom filter. More...
 

Detailed Description

A Bloom filter enables quickly determining if a key might be present in a table. It is most useful in situations where an application might be presented with many keys that are not of interest. In a trading system, these typically allow filtering out price change announcements for symbols that are not of interest.

Generated: Fri Jul 31 2020 18:19:16
Support Information