An open API service indexing awesome lists of open source software.

https://github.com/vectormike/bloom_filter_and_nodejs

Using a Bloom filter to reduce round trip database queries
https://github.com/vectormike/bloom_filter_and_nodejs

Last synced: 8 months ago
JSON representation

Using a Bloom filter to reduce round trip database queries

Awesome Lists containing this project

README

          

### Reducing database queries with the data structure Bloom filters

- Nodejs
- Redis
- PostgreSQL