{"id":36586255,"url":"https://github.com/agrajak/go-sort","last_synced_at":"2026-01-12T08:03:28.807Z","repository":{"id":100694851,"uuid":"259885764","full_name":"agrajak/go-sort","owner":"agrajak","description":"simple sort implementations using golang","archived":false,"fork":false,"pushed_at":"2020-05-03T11:56:31.000Z","size":1890,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T05:09:59.268Z","etag":null,"topics":["bitonic","golang","goroutine","merge","odd-even","shell","sort"],"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/agrajak.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":"2020-04-29T09:45:59.000Z","updated_at":"2023-03-08T23:11:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"761424ff-3904-4fd2-9528-7c34f106c8dc","html_url":"https://github.com/agrajak/go-sort","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/agrajak/go-sort","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrajak%2Fgo-sort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrajak%2Fgo-sort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrajak%2Fgo-sort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrajak%2Fgo-sort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agrajak","download_url":"https://codeload.github.com/agrajak/go-sort/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrajak%2Fgo-sort/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28336992,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bitonic","golang","goroutine","merge","odd-even","shell","sort"],"created_at":"2026-01-12T08:03:28.733Z","updated_at":"2026-01-12T08:03:28.799Z","avatar_url":"https://github.com/agrajak.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Sort\n\n## Introduction\n\nThis is a simple sort implementation for the following sorts.\n - Selection Sort \n - Median of three Quick Sort\n - Shell Sort\n - Bitonic Sort (w/, w/o go-routine)\n - Odd Even Merge Sort (w/, w/o go-routine)\n\n Using go-routines could worsen the performance of program so I made a empty channels to limit the number of go-routines\n\n ## To Do\n - Add benchmark","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagrajak%2Fgo-sort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagrajak%2Fgo-sort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagrajak%2Fgo-sort/lists"}