bloom-filter
CommunityEfficiently check set membership with Bloom filters
Software Engineering#hashing#data deduplication#bloom filter#probabilistic data structure#set membership
Authorhung-phan
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a fast, space-efficient way to check membership in a set using Bloom filters, ideal for scenarios where exact set membership isn't critical.
Core Features & Use Cases
- Membership Testing: Determines if an element is probably in a set, with a tunable false-positive rate.
- Use Cases: Optimize join operations in large datasets, implement cache miss filters, and manage deduplication tasks in data streams.
- Quick Start: Use the bloom-filter skill to check if the element 'example.com' is in the URL set.
Quick Start
Use the bloom-filter skill to check if 'example.com' is in the URL set.
Dependency Matrix
Required Modules
murmurhashxxhash
Components
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: bloom-filter Download link: https://github.com/hung-phan/system-skills/archive/main.zip#bloom-filter Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.