{"id":16415749,"url":"https://github.com/donno2048/sort","last_synced_at":"2025-09-06T16:46:01.827Z","repository":{"id":52979107,"uuid":"356875837","full_name":"donno2048/sort","owner":"donno2048","description":"Superfast sorting algorithm","archived":false,"fork":false,"pushed_at":"2022-03-15T14:04:30.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-06T16:48:52.959Z","etag":null,"topics":["algorithm","sort","sorting","sorting-algorithms"],"latest_commit_sha":null,"homepage":"https://replit.com/@donno2048/sort","language":"C","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/donno2048.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":"2021-04-11T13:30:48.000Z","updated_at":"2022-05-12T16:21:52.000Z","dependencies_parsed_at":"2022-09-08T00:22:25.595Z","dependency_job_id":null,"html_url":"https://github.com/donno2048/sort","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/donno2048%2Fsort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donno2048%2Fsort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donno2048%2Fsort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donno2048%2Fsort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/donno2048","download_url":"https://codeload.github.com/donno2048/sort/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240466794,"owners_count":19805862,"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":["algorithm","sort","sorting","sorting-algorithms"],"created_at":"2024-10-11T07:06:54.310Z","updated_at":"2025-02-24T11:16:54.337Z","avatar_url":"https://github.com/donno2048.png","language":"C","readme":"# Superfast sorting algorithm\n\n## Clone\n\n```sh\ngit clone https://github.com/donno2048/sort\ncd sort\n```\n\n## Usage\n\n```sh\ngcc main.c sort.c -o main\n./main\n```\n\nEdit _main.c_ to sort your own arrays.\n\nUse the optimizers:\n\n```sh\n-Wall -Wextra -O3 -march=native -Ofast\n```\n\nTo speed-up the code i.e.\n\n```sh\ngcc main.c sort.c -o main -Wall -Wextra -O3 -march=native -Ofast\n./main\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonno2048%2Fsort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonno2048%2Fsort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonno2048%2Fsort/lists"}