Use when scaling blocklist processing to millions of rules.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add LoopyLuci/Skills --skill blocklist-scale-arch --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Blocklist Scale Arch?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/loopyluci-blocklist-scale-arch)More formats (shields.io, HTML) on the badges page.
---
name: blocklist-scale-arch
title: Blocklist Scale Architecture
description: Use when scaling blocklist processing to millions of rules.
category: networking
tags: [blocklist, scale, millions, bloom, aho-corasick, performance]
---
# Blocklist Scale Architecture
**Trigger**: Use when scaling blocklist processing to millions of rules.
**Libraries**: `aho-corasick` (multi-pattern), `bloom` (Bloom filter), `scc` (concurrent map)
**Implementation**: Three-tier matching: Bloom filter pre-check (O(1), may false-positive) → Aho-Corasick automaton (O(n), exact) → regex fallback (slow path). Sharded domain map across 24 threads via `scc::HashMap`. Incremental automaton rebuild on blocklist updates (background thread, atomic swap). Memory-mapped pattern files for fast loading. LZ4 compression for on-disk storage.
**Connected**: `blocklist-manager`, `dns-adblock-engine`, `dns-cache-layer`, `pattern-matching-engine`, `gpu-packet-classifier`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.