{"id":28061827,"url":"https://github.com/rupt/vrr","last_synced_at":"2025-05-12T10:29:53.657Z","repository":{"id":271081016,"uuid":"912342304","full_name":"Rupt/vrr","owner":"Rupt","description":"Fast vector operations","archived":false,"fork":false,"pushed_at":"2025-02-26T21:25:54.000Z","size":54,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T21:27:21.266Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":false,"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/Rupt.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-05T10:01:32.000Z","updated_at":"2025-02-26T21:25:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"f0a0aab2-fd52-4306-ad6b-4c5621f27e58","html_url":"https://github.com/Rupt/vrr","commit_stats":null,"previous_names":["rupt/vrr"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rupt%2Fvrr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rupt%2Fvrr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rupt%2Fvrr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rupt%2Fvrr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rupt","download_url":"https://codeload.github.com/Rupt/vrr/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253719615,"owners_count":21952850,"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":"2025-05-12T10:29:52.417Z","updated_at":"2025-05-12T10:29:53.646Z","avatar_url":"https://github.com/Rupt.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vrr\n\nFast vector operations\n\n## Development dependencies\n\n```console\nclang\nclang-format\nclang-tidy\ntcc\n```\n\n## Commands\n\n### Compile\n\n```console\nmake\n```\n\n### Check sources\n\n```console\nmake lint\n```\n\n### Run tests\n\n```console\nmake test\n```\n\n### Measure timings\n\n```console\nmake time\n```\n\n## Local style\n\n- Prefer to not nest `#include` directives, because textual inclusion is not a\n  module system and its abuse as a module system incurs costs for compilers.\n  - Instead, document expected includes under `#ifdef VRR_INCLUDE_GUARD` guards in\n    all files that may be included elsewhere.\n  - To ensure only one set of `#include` directives in a build, undefine the guard\n    with `#undef VRR_INCLUDE_GUARD` before your first set of include directives.\n- Clang-tidy disabled rules:\n  - `misc-include-cleaner` unnecessarily imports `bits/time.h` when `time.h` suffices.\n  - `readability-identifier-length` says that one character is always too short.\n  - `readability-magic-numbers` is too eager.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupt%2Fvrr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frupt%2Fvrr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupt%2Fvrr/lists"}