nfx icon indicating copy to clipboard operation
nfx copied to clipboard

Use Bloom Filter in /NFX/ApplicationModel/Pile/LocalCache

Open itadapter opened this issue 8 years ago • 0 comments

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>

itadapter avatar Feb 05 '17 22:02 itadapter