{"id":17923615,"url":"https://github.com/shmokmt/sleep-sort","last_synced_at":"2025-08-02T08:33:54.625Z","repository":{"id":62867412,"uuid":"562016764","full_name":"shmokmt/sleep-sort","owner":"shmokmt","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-05T03:34:21.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-25T00:53:00.894Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/shmokmt.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}},"created_at":"2022-11-05T03:33:58.000Z","updated_at":"2022-11-05T03:34:24.000Z","dependencies_parsed_at":"2022-11-08T07:01:13.207Z","dependency_job_id":null,"html_url":"https://github.com/shmokmt/sleep-sort","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shmokmt/sleep-sort","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shmokmt%2Fsleep-sort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shmokmt%2Fsleep-sort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shmokmt%2Fsleep-sort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shmokmt%2Fsleep-sort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shmokmt","download_url":"https://codeload.github.com/shmokmt/sleep-sort/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shmokmt%2Fsleep-sort/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268355683,"owners_count":24237367,"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-02T02:00:12.353Z","response_time":74,"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-10-28T20:44:40.875Z","updated_at":"2025-08-02T08:33:54.578Z","avatar_url":"https://github.com/shmokmt.png","language":"Go","readme":"# sleep-sort\n\nThe implementation of Sleep Sort in Go\n\n```go\npackage main\n\nimport sleepsort \"github.com/shmokmt/sleep-sort\"\n\nfunc main() {\n\ts := []uint{3, 5, 2, 6}\n\tsleepsort.SortUint(s) // [2, 3, 5, 6]\n}\n```\n\n## See also\n\n- [Sorting algorithms/Sleep sort](https://rosettacode.org/wiki/Sorting_algorithms/Sleep_sort)\n- [画期的（？）なソートアルゴリズム「Sleep Sort」 | gihyo.jp](https://gihyo.jp/dev/clip/01/orangenews/vol63/0006)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshmokmt%2Fsleep-sort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshmokmt%2Fsleep-sort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshmokmt%2Fsleep-sort/lists"}