{"id":19846522,"url":"https://github.com/hekmon/concurrentsort","last_synced_at":"2026-06-11T11:31:10.383Z","repository":{"id":57613054,"uuid":"95767582","full_name":"hekmon/concurrentsort","owner":"hekmon","description":"Sorting algorithms parallelized in Golang","archived":false,"fork":false,"pushed_at":"2017-07-10T09:22:31.000Z","size":149,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T22:52:13.297Z","etag":null,"topics":["golang","golang-library","sorting-algorithms","sorting-algorithms-implemented","sorting-algorithms-parallelized"],"latest_commit_sha":null,"homepage":null,"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/hekmon.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}},"created_at":"2017-06-29T10:41:09.000Z","updated_at":"2018-03-04T12:59:15.000Z","dependencies_parsed_at":"2022-08-30T00:01:00.364Z","dependency_job_id":null,"html_url":"https://github.com/hekmon/concurrentsort","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hekmon/concurrentsort","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hekmon%2Fconcurrentsort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hekmon%2Fconcurrentsort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hekmon%2Fconcurrentsort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hekmon%2Fconcurrentsort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hekmon","download_url":"https://codeload.github.com/hekmon/concurrentsort/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hekmon%2Fconcurrentsort/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34197393,"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-11T02:00:06.485Z","response_time":57,"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","golang-library","sorting-algorithms","sorting-algorithms-implemented","sorting-algorithms-parallelized"],"created_at":"2024-11-12T13:11:43.969Z","updated_at":"2026-06-11T11:31:10.335Z","avatar_url":"https://github.com/hekmon.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ConcurrentSort\nSorting algorithms parallelized in Golang.\n\nSimply doing them as exercise.\n\n[![GoDoc](https://godoc.org/github.com/Hekmon/concurrentsort?status.svg)](https://godoc.org/github.com/Hekmon/concurrentsort)\n\n## QuickSort\n\n```\nInitializing an empty slice with 100000 slots\nFilling it up with random numbers\nInit done\nStart sorting with 1 workers\nSorted in 90.433691ms\nChecking slice order...\n\nInitializing an empty slice with 100000 slots\nFilling it up with random numbers\nInit done\nStart sorting with 8 workers\nSorted in 23.142308ms\nChecking slice order...\n\nInitializing an empty slice with 1000000 slots\nFilling it up with random numbers\nInit done\nStart sorting with 1 workers\nSorted in 779.117719ms\nChecking slice order...\n\nInitializing an empty slice with 1000000 slots\nFilling it up with random numbers\nInit done\nStart sorting with 8 workers\nSorted in 143.434931ms\nChecking slice order...\n\nInitializing an empty slice with 10000000 slots\nFilling it up with random numbers\nInit done\nStart sorting with 1 workers\nSorted in 7.277401429s\nChecking slice order...\n\nInitializing an empty slice with 10000000 slots\nFilling it up with random numbers\nInit done\nStart sorting with 8 workers\nSorted in 1.407103771s\nChecking slice order...\n\nPASS\nok  \t_/tmp/cs/env/src/concurrentsort\t17.841s\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhekmon%2Fconcurrentsort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhekmon%2Fconcurrentsort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhekmon%2Fconcurrentsort/lists"}