nfx
nfx copied to clipboard
Use Bloom Filter in /NFX/ApplicationModel/Pile/LocalCache
Optimize caching table by providing flag to enable Bloom filter. This can significantly improve performance by filtering out one-time hits that are rarely used. Need to design multi hashing strategy for Table<TKey>