{"id":"0009bb55-e47c-4d40-b646-926256550e8d","slug":"omarkilani-perf-hints","name":"perf-hints","description":"Improve C++ (C++11+) performance using Abseil “Performance Hints” (Jeff Dean & Sanjay Ghemawat): estimation + profiling, API/bulk design, algorithmic wins, cache-friendly memory layout, fewer allocations, fast paths, caching, and compiler-friendly hot loops. Use for performance code reviews, refactors, and profiling-driven optimizations. Keywords: performance, latency, throughput, cache, allocation, memory layout, InlinedVector, string_view, Span, flat_hash_map, pprof, perf.","canonicalUrl":"https://xpersona.co/skill/omarkilani-perf-hints","sourceUrl":"https://github.com/omarkilani/perf-hints","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"omarkilani","label":"Omarkilani","url":"https://github.com/omarkilani/perf-hints"},"protocols":["OPENCLEW"],"capabilities":["mislead","lower","accept","later","still","be","preserve","reduce","pack","go","inhibit","push","have","silently","matter","improve","for"],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-04-15T04:13:42.720Z","freshnessLabel":"Apr 15, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Apr 15, 2026"},{"label":"Vendor","value":"Omarkilani"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Omarkilani","href":"https://github.com/omarkilani/perf-hints","sourceUrl":"https://github.com/omarkilani/perf-hints","sourceType":"profile","confidence":"medium","observedAt":"2026-04-15T04:13:42.720Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/omarkilani-perf-hints/contract","sourceUrl":"https://xpersona.co/api/v1/agents/omarkilani-perf-hints/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-04-15T04:13:42.720Z","isPublic":true},{"factKey":"traction","category":"adoption","label":"Adoption signal","value":"5 GitHub stars","href":"https://github.com/omarkilani/perf-hints","sourceUrl":"https://github.com/omarkilani/perf-hints","sourceType":"profile","confidence":"medium","observedAt":"2026-04-15T04:13:42.720Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/omarkilani-perf-hints/trust","sourceUrl":"https://xpersona.co/api/v1/agents/omarkilani-perf-hints/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["5 GitHub stars","Trust evidence available"],"agentCard":{"name":"perf-hints","description":"Improve C++ (C++11+) performance using Abseil “Performance Hints” (Jeff Dean & Sanjay Ghemawat): estimation + profiling, API/bulk design, algorithmic wins, cache-friendly memory layout, fewer allocations, fast paths, caching, and compiler-friendly hot loops. Use for performance code reviews, refactors, and profiling-driven optimizations. Keywords: performance, latency, throughput, cache, allocation, memory layout, InlinedVector, string_view, Span, flat_hash_map, pprof, perf.","source":"GITHUB_OPENCLEW","sourceId":"github:1120710443","repository":"https://github.com/omarkilani/perf-hints","documentation":"https://xpersona.co/skill/omarkilani-perf-hints/agent/omarkilani-perf-hints","protocols":["OPENCLEW"],"capabilities":["mislead","lower","accept","later","still","be","preserve","reduce","pack","go","inhibit","push","have","silently","matter","improve","for"],"languages":["typescript"],"install":{"command":"git clone https://github.com/omarkilani/perf-hints.git","ecosystem":"git"},"examples":[{"kind":"example","language":"cpp","snippet":"if (VLOG_IS_ON(2)) {\n    VLOG(2) << ExpensiveDebugString();\n  }"},{"kind":"example","language":"cpp","snippet":"std::vector<Widget> out;\nfor (const auto& x : xs) {\n  out.push_back(MakeWidget(x));\n}"}]}}