Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible optimization: Bloom filters? #66

Open
rahulanand16nov opened this issue Mar 6, 2022 · 2 comments
Open

Possible optimization: Bloom filters? #66

rahulanand16nov opened this issue Mar 6, 2022 · 2 comments

Comments

@rahulanand16nov
Copy link
Contributor

I recently came across Bloom filter that allows better lookup if a particular key is present or not (false positives are possible) than a cache.

Something we can look into to improve our cache further.

@NomadXD
Copy link
Contributor

NomadXD commented May 21, 2022

@rahulanand16nov Seems interesting. Any plans to continue development or add new features ?

@rahulanand16nov
Copy link
Contributor Author

@NomadXD I am thinking about different ideas, but if you find some, please create an issue, and when we have enough of them, we can set up a call to discuss the future changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants