{"id":13413515,"url":"https://github.com/lrita/numa","last_synced_at":"2025-04-28T20:31:57.581Z","repository":{"id":38427359,"uuid":"161153924","full_name":"lrita/numa","owner":"lrita","description":"NUMA is a utility library, which is written in go. It help us to write some NUMA-AWARED code.","archived":false,"fork":false,"pushed_at":"2023-12-06T11:08:28.000Z","size":18,"stargazers_count":27,"open_issues_count":1,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-07-31T20:52:31.804Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/lrita.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-12-10T09:59:13.000Z","updated_at":"2024-07-20T12:09:13.000Z","dependencies_parsed_at":"2024-01-08T15:34:45.358Z","dependency_job_id":null,"html_url":"https://github.com/lrita/numa","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lrita%2Fnuma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lrita%2Fnuma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lrita%2Fnuma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lrita%2Fnuma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lrita","download_url":"https://codeload.github.com/lrita/numa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251383833,"owners_count":21580947,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-07-30T20:01:42.140Z","updated_at":"2025-04-28T20:31:57.282Z","avatar_url":"https://github.com/lrita.png","language":"Go","readme":"# NUMA\n\n[![Build Status](https://travis-ci.org/lrita/numa.svg?branch=master)](https://travis-ci.org/lrita/numa) [![GoDoc](https://godoc.org/github.com/lrita/numa?status.png)](https://godoc.org/github.com/lrita/numa) [![codecov](https://codecov.io/gh/lrita/numa/branch/master/graph/badge.svg)](https://codecov.io/gh/lrita/numa) [![Go Report Card](https://goreportcard.com/badge/github.com/lrita/numa)](https://goreportcard.com/report/github.com/lrita/numa)\n\nNUMA is a utility library, which is written in go. It help us to write\nsome NUMA-AWARED code.\n\nexample gist:\n```go\npackage main\n\nimport (\n\t\"github.com/lrita/numa\"\n)\n\ntype object struct {\n\tX int\n\t_ [...]byte // padding to page size.\n }\n\nvar objects = make([]object, numa.CPUCount())\n\nfunc fnxxxx() {\n\tcpu, node := numa.GetCPUAndNode()\n\tobjects[cpu].X = xx\n}\n```\n","funding_links":[],"categories":["杂项","Miscellaneous","NUMA-aware memory placement and scheduling","Uncategorized","Microsoft Office","其他杂项"],"sub_categories":["未分类的","Strings","Uncategorized","暂未分类","暂未分类这些库被放在这里是因为其他类别似乎都不适合。"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flrita%2Fnuma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flrita%2Fnuma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flrita%2Fnuma/lists"}