{"adoption": {"forks": 366, "observed_at": "2026-08-28T04:07:16.745288+00:00", "stars": 2745}, "canonical_url": "https://ross.abutalabs.com/products/libcds", "card": {"archived": false, "artifact_type": "library", "description": "A C++ library of Concurrent Data Structures", "domain": ["developer-tools", "performance"], "enriched": true, "function": ["concurrency", "developer-tools"], "health_score": 20, "homepage": "http://libcds.sourceforge.net/doc/cds-api/index.html", "language": "C++", "license": "BSL-1.0", "license_family": "other", "maturity": "maintenance", "member_repos": ["khizmax/libcds"], "name": "khizmax/libcds", "platform": ["windows", "cpp", "cross-platform"], "pushed_at": "2023-10-17T02:51:54+00:00", "repo": "khizmax/libcds", "stars": 2745, "tags": ["lock-free", "concurrent-data-structures", "hazard-pointer", "rcu", "header-only", "c++11", "containers", "algorithms", "linux", "macos"], "topics": ["lock-free", "containers", "hazard-pointer", "rcu"], "urls": [], "use_cases": ["use lock-free queues and stacks in a multithreaded C++ server", "replace mutex-protected STL containers with concurrent maps and sets", "implement safe memory reclamation with hazard pointers or RCU", "build high-performance concurrent skip-list or hash map", "apply flat combining techniques to reduce contention", "share data structures across threads without manual locking"], "what_it_is": "libcds is a C++11 library of concurrent, lock-free and fine-grained lock-based data structures such as stacks, queues, maps, and skip-lists that require no external synchronization. It also provides safe memory reclamation (SMR) schemes including Hazard Pointer and user-space RCU, and is mostly header-only.", "when_to_avoid": ["your project is single-threaded and does not need concurrency", "you need a simple, actively evolving library with frequent releases", "you require support for compilers older than GCC 4.8 / Clang 3.6 / MSVC 2015", "you want a high-level concurrent framework rather than low-level data structures"], "when_to_choose": []}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/libcds", "repo": "khizmax/libcds", "role": "main", "score": 23}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:07:16.745288+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T08:19:04.739905+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0f337e568b2684132344076e797544ada43675126884692fc082aa01a446a38f", "fetched_at": "2026-08-28T04:07:16.745288+00:00", "kind": "readme", "missing": false, "url": "https://github.com/khizmax/libcds"}, {"content_hash": "6c1e599e4efaada571d1d35a31d594584236f0ab91e68473f274fced7767a5e7", "fetched_at": "2026-08-29T09:57:08.422075+00:00", "kind": "homepage", "missing": false, "url": "http://libcds.sourceforge.net/doc/cds-api/index.html"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:07:16.745288+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T08:19:04.739905+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0f337e568b2684132344076e797544ada43675126884692fc082aa01a446a38f", "fetched_at": "2026-08-28T04:07:16.745288+00:00", "kind": "readme", "missing": false, "url": "https://github.com/khizmax/libcds"}, {"content_hash": "6c1e599e4efaada571d1d35a31d594584236f0ab91e68473f274fced7767a5e7", "fetched_at": "2026-08-29T09:57:08.422075+00:00", "kind": "homepage", "missing": false, "url": "http://libcds.sourceforge.net/doc/cds-api/index.html"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T08:19:04.739905+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0f337e568b2684132344076e797544ada43675126884692fc082aa01a446a38f", "fetched_at": "2026-08-28T04:07:16.745288+00:00", "kind": "readme", "missing": false, "url": "https://github.com/khizmax/libcds"}, {"content_hash": "6c1e599e4efaada571d1d35a31d594584236f0ab91e68473f274fced7767a5e7", "fetched_at": "2026-08-29T09:57:08.422075+00:00", "kind": "homepage", "missing": false, "url": "http://libcds.sourceforge.net/doc/cds-api/index.html"}], "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:07:16.745288+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:07:16.745288+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:07:16.745288+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T08:19:04.739905+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0f337e568b2684132344076e797544ada43675126884692fc082aa01a446a38f", "fetched_at": "2026-08-28T04:07:16.745288+00:00", "kind": "readme", "missing": false, "url": "https://github.com/khizmax/libcds"}, {"content_hash": "6c1e599e4efaada571d1d35a31d594584236f0ab91e68473f274fced7767a5e7", "fetched_at": "2026-08-29T09:57:08.422075+00:00", "kind": "homepage", "missing": false, "url": "http://libcds.sourceforge.net/doc/cds-api/index.html"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:07:16.745288+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:07:16.745288+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T08:19:04.739905+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0f337e568b2684132344076e797544ada43675126884692fc082aa01a446a38f", "fetched_at": "2026-08-28T04:07:16.745288+00:00", "kind": "readme", "missing": false, "url": "https://github.com/khizmax/libcds"}, {"content_hash": "6c1e599e4efaada571d1d35a31d594584236f0ab91e68473f274fced7767a5e7", "fetched_at": "2026-08-29T09:57:08.422075+00:00", "kind": "homepage", "missing": false, "url": "http://libcds.sourceforge.net/doc/cds-api/index.html"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:07:16.745288+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:07:16.745288+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:07:16.745288+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T08:19:04.739905+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0f337e568b2684132344076e797544ada43675126884692fc082aa01a446a38f", "fetched_at": "2026-08-28T04:07:16.745288+00:00", "kind": "readme", "missing": false, "url": "https://github.com/khizmax/libcds"}, {"content_hash": "6c1e599e4efaada571d1d35a31d594584236f0ab91e68473f274fced7767a5e7", "fetched_at": "2026-08-29T09:57:08.422075+00:00", "kind": "homepage", "missing": false, "url": "http://libcds.sourceforge.net/doc/cds-api/index.html"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:07:16.745288+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:07:16.745288+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T08:19:04.739905+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0f337e568b2684132344076e797544ada43675126884692fc082aa01a446a38f", "fetched_at": "2026-08-28T04:07:16.745288+00:00", "kind": "readme", "missing": false, "url": "https://github.com/khizmax/libcds"}, {"content_hash": "6c1e599e4efaada571d1d35a31d594584236f0ab91e68473f274fced7767a5e7", "fetched_at": "2026-08-29T09:57:08.422075+00:00", "kind": "homepage", "missing": false, "url": "http://libcds.sourceforge.net/doc/cds-api/index.html"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T08:19:04.739905+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0f337e568b2684132344076e797544ada43675126884692fc082aa01a446a38f", "fetched_at": "2026-08-28T04:07:16.745288+00:00", "kind": "readme", "missing": false, "url": "https://github.com/khizmax/libcds"}, {"content_hash": "6c1e599e4efaada571d1d35a31d594584236f0ab91e68473f274fced7767a5e7", "fetched_at": "2026-08-29T09:57:08.422075+00:00", "kind": "homepage", "missing": false, "url": "http://libcds.sourceforge.net/doc/cds-api/index.html"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T08:19:04.739905+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0f337e568b2684132344076e797544ada43675126884692fc082aa01a446a38f", "fetched_at": "2026-08-28T04:07:16.745288+00:00", "kind": "readme", "missing": false, "url": "https://github.com/khizmax/libcds"}, {"content_hash": "6c1e599e4efaada571d1d35a31d594584236f0ab91e68473f274fced7767a5e7", "fetched_at": "2026-08-29T09:57:08.422075+00:00", "kind": "homepage", "missing": false, "url": "http://libcds.sourceforge.net/doc/cds-api/index.html"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T08:19:04.739905+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0f337e568b2684132344076e797544ada43675126884692fc082aa01a446a38f", "fetched_at": "2026-08-28T04:07:16.745288+00:00", "kind": "readme", "missing": false, "url": "https://github.com/khizmax/libcds"}, {"content_hash": "6c1e599e4efaada571d1d35a31d594584236f0ab91e68473f274fced7767a5e7", "fetched_at": "2026-08-29T09:57:08.422075+00:00", "kind": "homepage", "missing": false, "url": "http://libcds.sourceforge.net/doc/cds-api/index.html"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 0, "longevity": 100, "rhythm": 8}, "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": 4367, "days_push": 1051, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 23, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}