Ross ROSS = Recommend OSS · open-source software intelligence for agents

serge-sans-paille/frozen

a header-only, constexpr alternative to gperf for C++14 users observed · 2026-08-28

github.com/serge-sans-paille/frozen · C++ · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

67/100

  • Activity 78
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3390
  • days_rel: n/a
  • days_push: 135
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1571 stars · 116 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Frozen is a header-only C++14 library providing constexpr-compatible immutable containers (set, map, unordered variants) with zero-cost initialization and perfect hashing, serving as a constexpr alternative to gperf. It also offers fixed-capacity constinit-compatible maps and compile-time string search algorithms like Boyer-Moore and Knuth-Morris-Pratt.

Use cases

  • compile-time lookup tables in C++
  • replace gperf with constexpr perfect hash maps
  • fast immutable string-to-value mappings
  • zero-cost initialization of static containers
  • constexpr string search with Boyer-Moore
  • fixed-capacity maps with compile-time keys

When to choose

  • you need compile-time initialized immutable containers in C++14
  • you want faster lookups via perfect hashing without runtime setup
  • you want a modern constexpr alternative to gperf
  • you need zero-cost static lookup tables

When to avoid

  • you need mutable containers or runtime-modifiable keys
  • your compiler is older than C++14 (e.g. GCC 5)
  • you need dynamically sized containers
  • you need frequent container updates after initialization

Facets

library · maturity maintenance

search-engine serialization developer-tools performance cpp cross-platform header-only constexpr perfect-hashing immutable-containers gperf-alternative c++14 algorithms

1 source

Member repositories

RepositoryRoleHealth v2
serge-sans-paille/frozenmain67

For agents

markdown · JSON · MCP: product_card(name="serge-sans-paille/frozen")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem