aumcode / nfx

C# Server UNISTACK framework [MOVED]
https://github.com/agnicore/nfx
Other
391 stars 93 forks source link

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

Open itadapter opened 7 years ago

itadapter commented 7 years ago

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