{"id":21461519,"url":"https://github.com/zix99/fastmath","last_synced_at":"2025-08-23T05:34:16.544Z","repository":{"id":99391245,"uuid":"53766548","full_name":"zix99/fastmath","owner":"zix99","description":"Fast math library and wrapper for C#","archived":false,"fork":false,"pushed_at":"2017-03-22T21:49:29.000Z","size":1194,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T04:49:27.371Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/zix99.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":"2016-03-13T03:57:54.000Z","updated_at":"2020-05-26T00:05:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"a82d371b-b9c0-442d-8d61-5e3fe1026e7e","html_url":"https://github.com/zix99/fastmath","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zix99/fastmath","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zix99%2Ffastmath","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zix99%2Ffastmath/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zix99%2Ffastmath/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zix99%2Ffastmath/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zix99","download_url":"https://codeload.github.com/zix99/fastmath/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zix99%2Ffastmath/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271745595,"owners_count":24813509,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-23T07:09:30.570Z","updated_at":"2025-08-23T05:34:16.521Z","avatar_url":"https://github.com/zix99.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastMath\n\nUses [multiarch/crossbuild](https://hub.docker.com/r/multiarch/crossbuild/) docker image to cross-compile. Also can use mingw to easily cross-compile to windows.\n\n## Second-pass results\n\nLearned that `SuppressUnmanagedCodeSecurityAttribute` adds huge performance benefits on windows.\n\nLearned that the process of fixing memory to pass via `ref` is slower on windows than with mono. Changing\nto use pointers added huge gains on windows.\n\n## First-Pass Results\n\n10m matrix multiplications\n\n### Linux\n\n300ms for C11 restricted pointers\n500ms for c99 pointers\n1000ms under mono\n\n### Windows (VM)\n440 ms windows .NET\n640 for c11\n\n### OSX (x86_64 VM w/ Mono 3.4 x86)\n\n600 ms for .NET\n300 ms for dylib (32 bit)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzix99%2Ffastmath","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzix99%2Ffastmath","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzix99%2Ffastmath/lists"}