https://github.com/i404788/tiny-bloomfilter
Tiny implementation of bloomfilters using tc39, XXH64, enhanced double hashing, and parallel popcnt.
https://github.com/i404788/tiny-bloomfilter
bigint bloomfilter esnext tiny-library typescript
Last synced: 12 days ago
JSON representation
Tiny implementation of bloomfilters using tc39, XXH64, enhanced double hashing, and parallel popcnt.
- Host: GitHub
- URL: https://github.com/i404788/tiny-bloomfilter
- Owner: i404788
- License: bsd-2-clause
- Created: 2019-12-26T14:49:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-26T15:04:02.000Z (about 6 years ago)
- Last Synced: 2025-06-26T15:52:20.632Z (9 months ago)
- Topics: bigint, bloomfilter, esnext, tiny-library, typescript
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tiny-bloomfilter
A tiny implementation of a bloomfilter using tc39, XXH64, enhanced double hashing, and parallel popcnt.