{"id":17134579,"url":"https://github.com/tiagocavalcante/polynomial-simd","last_synced_at":"2025-04-13T08:55:43.979Z","repository":{"id":181148848,"uuid":"637487860","full_name":"TiagoCavalcante/polynomial-simd","owner":"TiagoCavalcante","description":"Performance comparison of polynomial evaluation with/without SIMD","archived":false,"fork":false,"pushed_at":"2023-05-08T10:22:35.000Z","size":964,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-22T16:46:50.637Z","etag":null,"topics":["polynomials","simd"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/polynomial-simd","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/TiagoCavalcante.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":["TiagoCavalcante"]}},"created_at":"2023-05-07T17:51:38.000Z","updated_at":"2023-05-10T16:44:23.000Z","dependencies_parsed_at":"2023-07-14T08:57:56.952Z","dependency_job_id":"e24d2eca-5c42-48dd-b92e-d48ff389b736","html_url":"https://github.com/TiagoCavalcante/polynomial-simd","commit_stats":null,"previous_names":["tiagocavalcante/polynomial-simd"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoCavalcante%2Fpolynomial-simd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoCavalcante%2Fpolynomial-simd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoCavalcante%2Fpolynomial-simd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoCavalcante%2Fpolynomial-simd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TiagoCavalcante","download_url":"https://codeload.github.com/TiagoCavalcante/polynomial-simd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248688544,"owners_count":21145763,"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":["polynomials","simd"],"created_at":"2024-10-14T19:45:08.613Z","updated_at":"2025-04-13T08:55:43.957Z","avatar_url":"https://github.com/TiagoCavalcante.png","language":"Rust","funding_links":["https://github.com/sponsors/TiagoCavalcante"],"categories":[],"sub_categories":[],"readme":"# polynomial-simd\n\nPerformance comparison of polynomial evaluation with/without SIMD\n\n## How faster is it?\nSIMD is ~2x faster than a simple loop:\n```sh\necho \"1 -1 2 -2 3 -3 4 -4 5 -5 6 -6 7 -7 8 -8 9 -9 10 -10\n2\" | cargo run --release\nat: -3378745 (135 ns)\nat_simd: -3378745 (65 ns)\n```\n\n## How to install?\n\nJust execute the command bellow and you are ready to go:\n```sh\nwget -qO- https://raw.githubusercontent.com/TiagoCavalcante/polynomial-simd/main/scripts/install.sh | bash\n```\n\n## Build yourself\nBuilding it yourself is very easy:\n```sh\ngit clone https://github.com/TiagoCavalcante/polynomial-simd\ncargo run --release\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiagocavalcante%2Fpolynomial-simd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiagocavalcante%2Fpolynomial-simd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiagocavalcante%2Fpolynomial-simd/lists"}