{"id":49889260,"url":"https://github.com/santhsecurity/kernelkit","last_synced_at":"2026-05-15T20:09:11.375Z","repository":{"id":350115615,"uuid":"1205403673","full_name":"santhsecurity/kernelkit","owner":"santhsecurity","description":"Kernel memory management utilities for huge pages and NUMA","archived":false,"fork":false,"pushed_at":"2026-04-09T00:08:05.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-09T01:15:39.812Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/santhsecurity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":"AUDIT_FINDINGS.md","citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-08T23:51:56.000Z","updated_at":"2026-04-09T00:08:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/santhsecurity/kernelkit","commit_stats":null,"previous_names":["santhsecurity/kernelkit"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/santhsecurity/kernelkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santhsecurity%2Fkernelkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santhsecurity%2Fkernelkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santhsecurity%2Fkernelkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santhsecurity%2Fkernelkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/santhsecurity","download_url":"https://codeload.github.com/santhsecurity/kernelkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santhsecurity%2Fkernelkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33078189,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:05:40.333Z","status":"ssl_error","status_checked_at":"2026-05-15T20:05:38.672Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-15T20:09:10.772Z","updated_at":"2026-05-15T20:09:11.370Z","avatar_url":"https://github.com/santhsecurity.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kernelkit\n\nCross-platform kernel optimization toolkit with Linux fast paths and safe fallbacks.\n\n## Quick Start\n\n```rust\nlet features = kernelkit::cpu_features::detect();\nprintln!(\"AVX2: {}, L1: {}KB\", features.avx2, features.l1_size / 1024);\n\nlet mmap = kernelkit::mmap::open_read(\"Cargo.toml\")?;\nprintln!(\"File size: {} bytes\", mmap.len());\n```\n\n## Features\n\n- **mmap** with MADV_HUGEPAGE + MADV_SEQUENTIAL hints\n- **CPU affinity** — pin threads to cores or NUMA nodes\n- **readahead** — prefetch files, evict pages after scan\n- **perf_event** — hardware counter reading (cycles, cache misses)\n- **hugepages** — HugePageVec for TLB-friendly allocations\n- **mlock** — lock pattern databases in memory\n- **binformat** — binary file header parsing\n- **NUMA** — allocate on specific NUMA nodes\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanthsecurity%2Fkernelkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanthsecurity%2Fkernelkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanthsecurity%2Fkernelkit/lists"}