{"id":20122875,"url":"https://github.com/freaky/par_qsort","last_synced_at":"2026-06-04T13:31:09.338Z","repository":{"id":142942538,"uuid":"164724820","full_name":"Freaky/par_qsort","owner":"Freaky","description":"A quick and dirty parallel quicksort in Rust","archived":false,"fork":false,"pushed_at":"2019-01-08T20:57:57.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-13T07:32:12.283Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/Freaky.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":"2019-01-08T20:10:55.000Z","updated_at":"2022-10-25T06:53:19.000Z","dependencies_parsed_at":"2023-04-07T07:01:01.067Z","dependency_job_id":null,"html_url":"https://github.com/Freaky/par_qsort","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/Freaky%2Fpar_qsort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freaky%2Fpar_qsort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freaky%2Fpar_qsort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freaky%2Fpar_qsort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Freaky","download_url":"https://codeload.github.com/Freaky/par_qsort/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241566191,"owners_count":19983261,"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-13T19:41:35.774Z","updated_at":"2026-06-04T13:31:09.332Z","avatar_url":"https://github.com/Freaky.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parallel quicksort\n\nA quick port of https://easyprog.app/blog/sort_par.html to Rust\n\n\n```\n-% go run sort.go\nSorting 50 million numbers with Goroutines in Go ...\nTime: 1.203s\n\n-% cargo run --release\n    Finished release [optimized] target(s) in 0.09s\n     Running `target/release/parqsort`\nSorting 50 million numbers with naive quicksort in Rust ...\nTime: 8.36s\nSorting 50 million numbers with stdlib quicksort in Rust ...\nTime: 4.19s\nSorting 50 million numbers with naive parallel quicksort in Rust ...\nTime: 1.16s\nSorting 50 million numbers with Rayon parallel quicksort in Rust ...\nTime: 528.86ms\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreaky%2Fpar_qsort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreaky%2Fpar_qsort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreaky%2Fpar_qsort/lists"}