{"id":23860220,"url":"https://github.com/junaire/fast_tri","last_synced_at":"2025-07-18T13:34:33.790Z","repository":{"id":269250471,"uuid":"906857872","full_name":"junaire/fast_tri","owner":"junaire","description":"A blazing fast, branchless header only trigonometric library","archived":false,"fork":false,"pushed_at":"2024-12-22T05:44:09.000Z","size":620,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-03T04:41:05.013Z","etag":null,"topics":["branchless","header-only-library","high-performance","trigonometry-library"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/junaire.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-12-22T05:40:06.000Z","updated_at":"2024-12-22T06:03:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"93b3ff06-2367-4481-9662-dd76a0b79d91","html_url":"https://github.com/junaire/fast_tri","commit_stats":null,"previous_names":["junaire/fast_tri"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junaire%2Ffast_tri","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junaire%2Ffast_tri/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junaire%2Ffast_tri/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junaire%2Ffast_tri/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/junaire","download_url":"https://codeload.github.com/junaire/fast_tri/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240170070,"owners_count":19759140,"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":["branchless","header-only-library","high-performance","trigonometry-library"],"created_at":"2025-01-03T04:37:11.049Z","updated_at":"2025-02-22T11:30:59.911Z","avatar_url":"https://github.com/junaire.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fast_tri\n\u003e A blazing fast, branchless trigonometric library, it's header only\n\n## Installation\n\nTo use `fast_tri` in your project, simply copy the `fast_tri.h` file into your project's directory and include it as follows:\n\n```cpp\n#include \"fast_tri.h\"\n```\n\n## Usage\n\nThis library only contains two functions:\n\n* `double fast_sin(double)`\n* `double fast_cos(double)`\n\n\u003e [!WARNING]  \n\u003e The functions above can only handle inputs between 0 - 2pi !!!\n\n## Benchmark\n\n```\nPerformance Benchmark:\n  std::sin: 0.000339228 seconds\n  fast_sin: 0.000154573 seconds\nSpeedup:\nsin: 2.19461x\n\n  std::cos: 0.000327002 seconds\n  fast_cos: 0.000151847 seconds\nSpeedup:\ncos: 2.1535x\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunaire%2Ffast_tri","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunaire%2Ffast_tri","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunaire%2Ffast_tri/lists"}