{"adoption": {"forks": 435, "observed_at": "2026-08-28T04:04:46.733181+00:00", "stars": 1454}, "canonical_url": "https://ross.abutalabs.com/products/memorypool", "card": {"archived": false, "artifact_type": "library", "description": "An easy to use and efficient memory pool allocator written in C++.", "domain": ["developer-tools", "performance"], "enriched": true, "function": ["developer-tools"], "health_score": 20, "homepage": "http://www.coskuacay.com", "language": "C++", "license": null, "license_family": "other", "maturity": "maintenance", "member_repos": ["cacay/MemoryPool"], "name": "cacay/MemoryPool", "platform": ["cpp", "cross-platform"], "pushed_at": "2019-06-02T06:52:13+00:00", "repo": "cacay/MemoryPool", "stars": 1454, "tags": ["memory-pool", "allocator", "c++11", "template-library", "header-only", "memory", "performance", "algorithms"], "topics": [], "urls": [], "use_cases": ["speed up allocation of many small same-sized objects", "reduce memory overhead versus malloc/new", "implement fast linked lists, trees, or hash tables with custom allocators", "avoid memory fragmentation in high-performance C++ programs", "bulk-free all objects at once without individual deletes"], "what_it_is": "A C++ template class implementing a fast, low-overhead memory pool allocator compliant with much of the C++ Standard Library allocator interface. It allocates memory in large chunks and splits it into fixed-size pieces, making it ideal for allocating many same-sized objects.", "when_to_avoid": ["you need variable-size or general-purpose allocation", "objects have non-trivial destructors requiring individual cleanup", "you need an actively maintained library with ongoing support"], "when_to_choose": ["you need to allocate many objects of a known, fixed size", "allocation performance is a bottleneck in your C++ program", "you want a simple, readable allocator to base your own implementation on"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/memorypool", "repo": "cacay/MemoryPool", "role": "main", "score": 32}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:04:46.733181+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T04:35:41.946746+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "5ca302bd25337b03cce0bb512329e1f1ee98a3a1830b7d6a9cfcfddbf1d1cf86", "fetched_at": "2026-08-28T04:04:46.733181+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cacay/MemoryPool"}, {"content_hash": "98c26435bd97cfba666a7a14d64e55624b5b19ccfd54bc571179c5b266862a58", "fetched_at": "2026-08-29T11:44:52.316100+00:00", "kind": "homepage", "missing": false, "url": "http://www.coskuacay.com"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:04:46.733181+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T04:35:41.946746+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "5ca302bd25337b03cce0bb512329e1f1ee98a3a1830b7d6a9cfcfddbf1d1cf86", "fetched_at": "2026-08-28T04:04:46.733181+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cacay/MemoryPool"}, {"content_hash": "98c26435bd97cfba666a7a14d64e55624b5b19ccfd54bc571179c5b266862a58", "fetched_at": "2026-08-29T11:44:52.316100+00:00", "kind": "homepage", "missing": false, "url": "http://www.coskuacay.com"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T04:35:41.946746+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "5ca302bd25337b03cce0bb512329e1f1ee98a3a1830b7d6a9cfcfddbf1d1cf86", "fetched_at": "2026-08-28T04:04:46.733181+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cacay/MemoryPool"}, {"content_hash": "98c26435bd97cfba666a7a14d64e55624b5b19ccfd54bc571179c5b266862a58", "fetched_at": "2026-08-29T11:44:52.316100+00:00", "kind": "homepage", "missing": false, "url": "http://www.coskuacay.com"}], "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:04:46.733181+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:04:46.733181+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:04:46.733181+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T04:35:41.946746+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "5ca302bd25337b03cce0bb512329e1f1ee98a3a1830b7d6a9cfcfddbf1d1cf86", "fetched_at": "2026-08-28T04:04:46.733181+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cacay/MemoryPool"}, {"content_hash": "98c26435bd97cfba666a7a14d64e55624b5b19ccfd54bc571179c5b266862a58", "fetched_at": "2026-08-29T11:44:52.316100+00:00", "kind": "homepage", "missing": false, "url": "http://www.coskuacay.com"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:04:46.733181+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:04:46.733181+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T04:35:41.946746+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "5ca302bd25337b03cce0bb512329e1f1ee98a3a1830b7d6a9cfcfddbf1d1cf86", "fetched_at": "2026-08-28T04:04:46.733181+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cacay/MemoryPool"}, {"content_hash": "98c26435bd97cfba666a7a14d64e55624b5b19ccfd54bc571179c5b266862a58", "fetched_at": "2026-08-29T11:44:52.316100+00:00", "kind": "homepage", "missing": false, "url": "http://www.coskuacay.com"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:04:46.733181+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:04:46.733181+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:04:46.733181+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T04:35:41.946746+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "5ca302bd25337b03cce0bb512329e1f1ee98a3a1830b7d6a9cfcfddbf1d1cf86", "fetched_at": "2026-08-28T04:04:46.733181+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cacay/MemoryPool"}, {"content_hash": "98c26435bd97cfba666a7a14d64e55624b5b19ccfd54bc571179c5b266862a58", "fetched_at": "2026-08-29T11:44:52.316100+00:00", "kind": "homepage", "missing": false, "url": "http://www.coskuacay.com"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:04:46.733181+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:04:46.733181+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T04:35:41.946746+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "5ca302bd25337b03cce0bb512329e1f1ee98a3a1830b7d6a9cfcfddbf1d1cf86", "fetched_at": "2026-08-28T04:04:46.733181+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cacay/MemoryPool"}, {"content_hash": "98c26435bd97cfba666a7a14d64e55624b5b19ccfd54bc571179c5b266862a58", "fetched_at": "2026-08-29T11:44:52.316100+00:00", "kind": "homepage", "missing": false, "url": "http://www.coskuacay.com"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T04:35:41.946746+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "5ca302bd25337b03cce0bb512329e1f1ee98a3a1830b7d6a9cfcfddbf1d1cf86", "fetched_at": "2026-08-28T04:04:46.733181+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cacay/MemoryPool"}, {"content_hash": "98c26435bd97cfba666a7a14d64e55624b5b19ccfd54bc571179c5b266862a58", "fetched_at": "2026-08-29T11:44:52.316100+00:00", "kind": "homepage", "missing": false, "url": "http://www.coskuacay.com"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T04:35:41.946746+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "5ca302bd25337b03cce0bb512329e1f1ee98a3a1830b7d6a9cfcfddbf1d1cf86", "fetched_at": "2026-08-28T04:04:46.733181+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cacay/MemoryPool"}, {"content_hash": "98c26435bd97cfba666a7a14d64e55624b5b19ccfd54bc571179c5b266862a58", "fetched_at": "2026-08-29T11:44:52.316100+00:00", "kind": "homepage", "missing": false, "url": "http://www.coskuacay.com"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T04:35:41.946746+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "5ca302bd25337b03cce0bb512329e1f1ee98a3a1830b7d6a9cfcfddbf1d1cf86", "fetched_at": "2026-08-28T04:04:46.733181+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cacay/MemoryPool"}, {"content_hash": "98c26435bd97cfba666a7a14d64e55624b5b19ccfd54bc571179c5b266862a58", "fetched_at": "2026-08-29T11:44:52.316100+00:00", "kind": "homepage", "missing": false, "url": "http://www.coskuacay.com"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 0, "longevity": 100, "rhythm": 35}, "computed_at": "2026-09-03T02:20:16.233290+00:00", "flags": ["no_releases", "no_license"], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 4918, "days_push": 2649, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 32, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}