{"id":19463843,"url":"https://github.com/kasworld/primenum","last_synced_at":"2026-06-10T22:31:24.771Z","repository":{"id":27313905,"uuid":"30788134","full_name":"kasworld/primenum","owner":"kasworld","description":"golang prime number generation","archived":false,"fork":false,"pushed_at":"2026-05-01T05:01:39.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-01T07:07:29.647Z","etag":null,"topics":["golang","multithreading","primenumbers"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kasworld.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":"2015-02-14T05:30:01.000Z","updated_at":"2026-05-01T05:01:42.000Z","dependencies_parsed_at":"2024-11-10T18:22:32.928Z","dependency_job_id":null,"html_url":"https://github.com/kasworld/primenum","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kasworld/primenum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasworld%2Fprimenum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasworld%2Fprimenum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasworld%2Fprimenum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasworld%2Fprimenum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kasworld","download_url":"https://codeload.github.com/kasworld/primenum/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasworld%2Fprimenum/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34174148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":["golang","multithreading","primenumbers"],"created_at":"2024-11-10T18:12:25.824Z","updated_at":"2026-06-10T22:31:24.753Z","avatar_url":"https://github.com/kasworld.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# prime number finder \n\n소수를 여러가지 방법(6가지)으로 구하는 패키지 입니다. \n\n# 기능 \n\nMakePrimes \n\n    가장 기본적인 구한 소수들을 테이블에 보관해가면서 더 큰 소수들을 찾아 냅니다. \n    아래의 PrimeIntList 를 쓰지 않습니다. \n\n\ntype PrimeIntList \n\n    구한 소수 테이블을 유지하면서 추가로 소수들을 구해가기 위한 정보들 담고 있습니다. \n    AppendFindTo : 주어진 인자 까지 수수를 찾아 냅니다. \n    MultiAppendFindTo : go channel 과 go routine worker 를 사용해서 multithread로 소수를 구합니다. \n    MultiAppendFindTo2 : channel 사용를 줄여 속도를 올린 함수 입니다. \n    MultiAppendFindTo3 : channel사용을 없애고 worker 별 계산 결과를 merge sort로 취합합니다. \n    MultiAppendFindTo4 : 계산용 buffer를 미리 alloc해서 slice의 크기를 늘이기 위한 오버헤드를 줄였습니다. \n\n# 사용 예제 \n\nexample/example.go 참조.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasworld%2Fprimenum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkasworld%2Fprimenum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasworld%2Fprimenum/lists"}