{"id":21015509,"url":"https://github.com/ericogr/parallel-prime-number-generator","last_synced_at":"2025-03-13T16:42:33.659Z","repository":{"id":87958553,"uuid":"603934751","full_name":"ericogr/parallel-prime-number-generator","owner":"ericogr","description":"Parallel prime numbers generator written in Go language","archived":false,"fork":false,"pushed_at":"2023-02-25T14:59:10.000Z","size":503,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-20T12:07:31.106Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/ericogr.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":"2023-02-20T01:08:42.000Z","updated_at":"2023-02-21T21:17:43.000Z","dependencies_parsed_at":"2023-05-22T03:00:33.577Z","dependency_job_id":null,"html_url":"https://github.com/ericogr/parallel-prime-number-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericogr%2Fparallel-prime-number-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericogr%2Fparallel-prime-number-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericogr%2Fparallel-prime-number-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericogr%2Fparallel-prime-number-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericogr","download_url":"https://codeload.github.com/ericogr/parallel-prime-number-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243446616,"owners_count":20292428,"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":"2024-11-19T10:10:02.819Z","updated_at":"2025-03-13T16:42:33.625Z","avatar_url":"https://github.com/ericogr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prime numbers generator\n\nThis is just a sample project to test Go language parallel execution capabilities (channels and wait groups).\n\n## Requirements\n- The make tool\n- Go sdk\n\n## Build\n\nUse included [Makefile]:\n```sh\nmake build\n```\n\n## Running\n\nYou can use included [Makefile] to understand how it works:\n\n```sh\nmake run PRIMES=100 JOBS=3\n```\n\n![demo](docs/demo.gif?raw=true \"Demo\")\n\n## Diagram\nThis diagram can help you to understand the flow used for this little program.\n![diagram](docs/go-parallel-execution-flux.png?raw=true \"Diagram\")\n\n[Makefile]: Makefile \"Makefile\"","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericogr%2Fparallel-prime-number-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericogr%2Fparallel-prime-number-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericogr%2Fparallel-prime-number-generator/lists"}