Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bcoin-org/bfilter
Bloom filters for javascript
https://github.com/bcoin-org/bfilter
Last synced: 6 days ago
JSON representation
Bloom filters for javascript
- Host: GitHub
- URL: https://github.com/bcoin-org/bfilter
- Owner: bcoin-org
- License: other
- Created: 2017-11-02T14:10:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-03T11:51:18.000Z (over 2 years ago)
- Last Synced: 2024-11-02T20:41:46.512Z (10 days ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 6
- Watchers: 9
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bfilter
Bloom filters for javascript.
## Usage
``` js
const bfilter = require('bfilter');
```## Contribution and License Agreement
If you contribute code to this project, you are implicitly allowing your code
to be distributed under the MIT license. You are also implicitly verifying that
all code is your original work. ``## License
- Copyright (c) 2017, Christopher Jeffrey (MIT License).
See LICENSE for more info.