{"id":31788691,"url":"https://github.com/codejake/benchmarking","last_synced_at":"2025-10-10T14:26:59.875Z","repository":{"id":316810678,"uuid":"1064883085","full_name":"codejake/benchmarking","owner":"codejake","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-26T20:04:26.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-26T22:07:16.198Z","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/codejake.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-26T17:46:17.000Z","updated_at":"2025-09-26T20:04:29.000Z","dependencies_parsed_at":"2025-09-26T22:07:18.578Z","dependency_job_id":"77070958-7033-476c-88d8-59cd70c3f918","html_url":"https://github.com/codejake/benchmarking","commit_stats":null,"previous_names":["codejake/benchmarking"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/codejake/benchmarking","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codejake%2Fbenchmarking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codejake%2Fbenchmarking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codejake%2Fbenchmarking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codejake%2Fbenchmarking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codejake","download_url":"https://codeload.github.com/codejake/benchmarking/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codejake%2Fbenchmarking/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004174,"owners_count":26083688,"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-10-10T02:00:06.843Z","response_time":62,"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":"2025-10-10T14:26:54.888Z","updated_at":"2025-10-10T14:26:59.870Z","avatar_url":"https://github.com/codejake.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prime Sieve\n\nThe tests were run several times. The below runs are decent averages.\n\nNote: I bet these tests would look a lot different on Linux.\n\n## Testing Host\n\nTests executed on macOS 26.0 on Apple Silicon MacBook Pro with M2 Pro.\n\nNote: Ordered from fastest to slowest.\n\n## TypeScript with Bun 1.2.22\n\n```\n❯ bun ./prime-sieve.ts\nTypeScript Performance Benchmark\n========================================\n1. Prime Sieve (up to 100,000)\n   Found 9592 primes in 0.0058 seconds\n2. Fibonacci (40th number)\n   Result: 102334155 in 0.0000 seconds\n3. Matrix Multiplication (200x200)\n   Completed in 0.0325 seconds\n\nTotal execution time: 0.0185 seconds\n```\n\n## Dotnet 10 RC (10.0.0-rc.1.25451.107 Release)\n```\n❯ dotnet run -c Release prime-sieve.cs\nC# Performance Benchmark\n========================================\n1. Prime Sieve (up to 100,000)\n   Found 9592 primes in 0.0011 seconds\n2. Fibonacci (40th number)\n   Result: 102334155 in 0.0001 seconds\n3. Matrix Multiplication (200x200)\n   Completed in 0.0206 seconds\n\nTotal execution time: 0.0205 seconds\n```\n\n\n## DotNet 10 RC (10.0.0-rc.1.25451.107 Debug)\n```\n❯ dotnet run -c Debug ./prime-sieve.cs\nC# Performance Benchmark\n========================================\n1. Prime Sieve (up to 100,000)\n   Found 9592 primes in 0.0011 seconds\n2. Fibonacci (40th number)\n   Result: 102334155 in 0.0000 seconds\n3. Matrix Multiplication (200x200)\n   Completed in 0.0390 seconds\n\nTotal execution time: 0.0398 seconds\n```                                                                                                               \n\n## Python\n\n```\n❯ python3 ./prime-sieve.py\nPython Performance Benchmark\n========================================\n1. Prime Sieve (up to 100,000)\n   Found 9592 primes in 0.0050 seconds\n2. Fibonacci (40th number)\n   Result: 102334155 in 0.0000 seconds\n3. Matrix Multiplication (200x200)\n   Completed in 0.3724 seconds\n\nTotal execution time: 0.3698 seconds\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodejake%2Fbenchmarking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodejake%2Fbenchmarking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodejake%2Fbenchmarking/lists"}