Frozen
Provides header‑only, constexpr hash maps/sets so you can do fast compile‑time lookups without generating code with gperf.
- •You need a perfect hash table that lives entirely in the binary and can be evaluated at compile time.
- •You want to avoid runtime initialization overhead for static lookup tables (e.g., HTTP status codes, command strings).
- •Your project is limited to C++14 and you prefer a single‑header dependency over external code generators.
g++ -std=c++14 -O2 -I./frozen example.cpp && ./a.out # compiles a program that uses a frozen constexpr unordered_map for HTTP status lookup
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Expect 20–40 minutes in a terminal — or let your AI agent drive it.
mkdir -p ~/.claude/skills/frozen && curl -fsSL https://workflowstacks.com/api/skills/frozen/claude-skill -o ~/.claude/skills/frozen/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Frozen is a medium C++ project (~6.2k lines across 29 code files, plus 15 test files). Expect some technical setup — comfortable with a terminal, or ask a developer. Last commit 5 months ago, Apache-2.0 license, has a test suite.
- 1README.rstStart here — what it does and how to install it
- 2examples/CMakeLists.txtA worked example — copy this to get going
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Expect 20–40 minutes in a terminal — or let your AI agent drive it.
mkdir -p ~/.claude/skills/frozen && curl -fsSL https://workflowstacks.com/api/skills/frozen/claude-skill -o ~/.claude/skills/frozen/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? and earn 85% of every sale.
Show it off in your README:
[](https://workflowstacks.com/skills/frozen?utm_source=github&utm_medium=badge)The five fastest-growing open-source AI skills, ranked by GitHub star growth. One email a week, unsubscribe anytime.
Related skills
More ai-agent tools founders pair with this one.