{"adoption": {"forks": 159, "observed_at": "2026-08-28T04:06:29.985871+00:00", "stars": 2244}, "canonical_url": "https://ross.abutalabs.com/products/cista", "card": {"archived": false, "artifact_type": "library", "description": "Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.", "domain": ["developer-tools", "performance"], "enriched": true, "function": ["serialization"], "health_score": 93, "homepage": "https://cista.rocks", "language": "C++", "license": "MIT", "license_family": "permissive", "maturity": "active", "member_repos": ["felixguendling/cista"], "name": "felixguendling/cista", "platform": ["cpp", "cross-platform", "windows"], "pushed_at": "2026-08-15T11:13:27+00:00", "repo": "felixguendling/cista", "stars": 2244, "tags": ["cpp17", "header-only", "zero-copy", "reflection", "single-header", "hash-map", "mmap", "high-performance", "no-macros", "libfuzzer", "linux", "macos"], "topics": ["serialization", "cpp", "cpp17", "reflection", "deserialization", "efficient", "zero-copy", "benchmark", "high-performance"], "urls": [], "use_cases": ["serialize C++ structs to a binary format", "zero-copy deserialization of native C++ data structures", "fast serialization library for C++17 with no macros", "save and load complex or cyclic C++ objects to files", "serialize hash maps directly to a memory-mapped file", "version and checksum binary-serialized data structures", "C++ reflection without source code generation"], "what_it_is": "Cista is a single-header, dependency-free C++17 library for high-performance serialization and reflection of native C++ data structures, with zero-copy deserialization and support for cyclic and recursive structures. It includes serializable SwissTable-based hash map/set containers, automatic hash/equality derivation, optional recursive type-hash versioning, integrity checksums, and direct-to-filesystem serialization.", "when_to_avoid": ["You need cross-language or cross-platform interoperability with standardized formats like JSON, Protobuf, or FlatBuffers", "You require human-readable output or schema evolution across different languages", "Your project is not C++ or is below C++17", "You need broad tooling/ecosystem support (browsers, codegen plugins) around the serialized format"], "when_to_choose": ["You want raw performance and to serialize your existing native structs without boilerplate, macros, or code generation", "You need a single-header, zero-dependency serialization solution in C++", "You must serialize complex graphs with cyclic references or recursive data structures", "You want to serialize directly to disk or memory-mapped files to save memory", "You need built-in data structure versioning and corruption checks via checksums"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/cista", "repo": "felixguendling/cista", "role": "main", "score": 69}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:06:29.985871+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T02:44:01.589727+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "6862c443e3c0c174191e734743e811464535167e8512015d6be68fdee799b2c6", "fetched_at": "2026-08-28T04:06:29.985871+00:00", "kind": "readme", "missing": false, "url": "https://github.com/felixguendling/cista"}, {"content_hash": "8119f1ae4ccd6b77332bd31025e2af50481de195a2be5420b5a295ed2e85bada", "fetched_at": "2026-08-29T10:24:15.674989+00:00", "kind": "homepage", "missing": false, "url": "https://cista.rocks"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:06:29.985871+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T02:44:01.589727+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "6862c443e3c0c174191e734743e811464535167e8512015d6be68fdee799b2c6", "fetched_at": "2026-08-28T04:06:29.985871+00:00", "kind": "readme", "missing": false, "url": "https://github.com/felixguendling/cista"}, {"content_hash": "8119f1ae4ccd6b77332bd31025e2af50481de195a2be5420b5a295ed2e85bada", "fetched_at": "2026-08-29T10:24:15.674989+00:00", "kind": "homepage", "missing": false, "url": "https://cista.rocks"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T02:44:01.589727+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "6862c443e3c0c174191e734743e811464535167e8512015d6be68fdee799b2c6", "fetched_at": "2026-08-28T04:06:29.985871+00:00", "kind": "readme", "missing": false, "url": "https://github.com/felixguendling/cista"}, {"content_hash": "8119f1ae4ccd6b77332bd31025e2af50481de195a2be5420b5a295ed2e85bada", "fetched_at": "2026-08-29T10:24:15.674989+00:00", "kind": "homepage", "missing": false, "url": "https://cista.rocks"}], "taxonomy_version": 1}, "health_score": {"inputs": ["days_since_push", "days_since_release", "archived"], "kind": "computed", "method": "health_v1"}, "homepage": {"kind": "observed", "observed_at": "2026-08-28T04:06:29.985871+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:06:29.985871+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:06:29.985871+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T02:44:01.589727+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "6862c443e3c0c174191e734743e811464535167e8512015d6be68fdee799b2c6", "fetched_at": "2026-08-28T04:06:29.985871+00:00", "kind": "readme", "missing": false, "url": "https://github.com/felixguendling/cista"}, {"content_hash": "8119f1ae4ccd6b77332bd31025e2af50481de195a2be5420b5a295ed2e85bada", "fetched_at": "2026-08-29T10:24:15.674989+00:00", "kind": "homepage", "missing": false, "url": "https://cista.rocks"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:06:29.985871+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:06:29.985871+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T02:44:01.589727+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "6862c443e3c0c174191e734743e811464535167e8512015d6be68fdee799b2c6", "fetched_at": "2026-08-28T04:06:29.985871+00:00", "kind": "readme", "missing": false, "url": "https://github.com/felixguendling/cista"}, {"content_hash": "8119f1ae4ccd6b77332bd31025e2af50481de195a2be5420b5a295ed2e85bada", "fetched_at": "2026-08-29T10:24:15.674989+00:00", "kind": "homepage", "missing": false, "url": "https://cista.rocks"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:06:29.985871+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:06:29.985871+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:06:29.985871+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T02:44:01.589727+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "6862c443e3c0c174191e734743e811464535167e8512015d6be68fdee799b2c6", "fetched_at": "2026-08-28T04:06:29.985871+00:00", "kind": "readme", "missing": false, "url": "https://github.com/felixguendling/cista"}, {"content_hash": "8119f1ae4ccd6b77332bd31025e2af50481de195a2be5420b5a295ed2e85bada", "fetched_at": "2026-08-29T10:24:15.674989+00:00", "kind": "homepage", "missing": false, "url": "https://cista.rocks"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:06:29.985871+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:06:29.985871+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T02:44:01.589727+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "6862c443e3c0c174191e734743e811464535167e8512015d6be68fdee799b2c6", "fetched_at": "2026-08-28T04:06:29.985871+00:00", "kind": "readme", "missing": false, "url": "https://github.com/felixguendling/cista"}, {"content_hash": "8119f1ae4ccd6b77332bd31025e2af50481de195a2be5420b5a295ed2e85bada", "fetched_at": "2026-08-29T10:24:15.674989+00:00", "kind": "homepage", "missing": false, "url": "https://cista.rocks"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T02:44:01.589727+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "6862c443e3c0c174191e734743e811464535167e8512015d6be68fdee799b2c6", "fetched_at": "2026-08-28T04:06:29.985871+00:00", "kind": "readme", "missing": false, "url": "https://github.com/felixguendling/cista"}, {"content_hash": "8119f1ae4ccd6b77332bd31025e2af50481de195a2be5420b5a295ed2e85bada", "fetched_at": "2026-08-29T10:24:15.674989+00:00", "kind": "homepage", "missing": false, "url": "https://cista.rocks"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T02:44:01.589727+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "6862c443e3c0c174191e734743e811464535167e8512015d6be68fdee799b2c6", "fetched_at": "2026-08-28T04:06:29.985871+00:00", "kind": "readme", "missing": false, "url": "https://github.com/felixguendling/cista"}, {"content_hash": "8119f1ae4ccd6b77332bd31025e2af50481de195a2be5420b5a295ed2e85bada", "fetched_at": "2026-08-29T10:24:15.674989+00:00", "kind": "homepage", "missing": false, "url": "https://cista.rocks"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T02:44:01.589727+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "6862c443e3c0c174191e734743e811464535167e8512015d6be68fdee799b2c6", "fetched_at": "2026-08-28T04:06:29.985871+00:00", "kind": "readme", "missing": false, "url": "https://github.com/felixguendling/cista"}, {"content_hash": "8119f1ae4ccd6b77332bd31025e2af50481de195a2be5420b5a295ed2e85bada", "fetched_at": "2026-08-29T10:24:15.674989+00:00", "kind": "homepage", "missing": false, "url": "https://cista.rocks"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 97, "longevity": 100, "rhythm": 14}, "computed_at": "2026-09-02T17:46:02.011165+00:00", "flags": [], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 2838, "days_push": 18, "days_rel": 361, "gap_med": null, "n_releases_24m": 1}, "score": 69, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}