{"id":15196998,"url":"https://github.com/hansalemaos/cppradixsort","last_synced_at":"2026-02-05T20:33:37.923Z","repository":{"id":83053842,"uuid":"606386285","full_name":"hansalemaos/cppradixsort","owner":"hansalemaos","description":"parallel_radixsort from C++ for Python (Windows)","archived":false,"fork":false,"pushed_at":"2023-02-28T20:19:48.000Z","size":209,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-07T02:18:24.069Z","etag":null,"topics":["cpp","numpy","parallel-computing","python","sort"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/cppradixsort/","language":"Python","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/hansalemaos.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}},"created_at":"2023-02-25T10:34:21.000Z","updated_at":"2023-02-25T11:06:35.000Z","dependencies_parsed_at":"2023-03-16T10:00:49.460Z","dependency_job_id":null,"html_url":"https://github.com/hansalemaos/cppradixsort","commit_stats":{"total_commits":2,"total_committers":2,"mean_commits":1.0,"dds":0.5,"last_synced_commit":"1f57d0fa8ec8365f3a016e5a5dd39550a58f868d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hansalemaos/cppradixsort","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fcppradixsort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fcppradixsort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fcppradixsort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fcppradixsort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hansalemaos","download_url":"https://codeload.github.com/hansalemaos/cppradixsort/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fcppradixsort/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29133400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T19:36:52.185Z","status":"ssl_error","status_checked_at":"2026-02-05T19:35:40.941Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["cpp","numpy","parallel-computing","python","sort"],"created_at":"2024-09-28T00:22:42.866Z","updated_at":"2026-02-05T20:33:37.907Z","avatar_url":"https://github.com/hansalemaos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# parallel_radixsort from C++ for Python (Windows)\n\n## pip install cppradixsort\n\n#### Microsoft Visual C++ Redistributable is necessary\nhttps://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170\n\n\n\n```python\nfrom cppradixsort import parallel_radixsort\n\nimport numpy as np\n\na1 = np.random.randint(0, 2000000, 1000000)\na2 = parallel_radixsort(a1)\n\n# a1\n# Out[3]: array([ 173641, 1852805, 1959843, ..., 1094448,  430953, 1021449])\n# a2\n# Out[4]: array([      0,       0,      13, ..., 1999996, 1999996, 1999997])\n# %timeit parallel_radixsort(a1)\n# 4.96 ms ± 32.6 µs per loop (mean ± std. dev. of 7 runs, 100 loops each)\n# %timeit np.sort(a1,kind='stable')\n# 63.8 ms ± 72.9 µs per loop (mean ± std. dev. of 7 runs, 10 loops each)\n\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansalemaos%2Fcppradixsort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhansalemaos%2Fcppradixsort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansalemaos%2Fcppradixsort/lists"}