{"id":28000702,"url":"https://github.com/sysprog21/mergesort-concurrent","last_synced_at":"2026-03-04T21:02:50.819Z","repository":{"id":72389347,"uuid":"69839512","full_name":"sysprog21/mergesort-concurrent","owner":"sysprog21","description":"merge sort on singly-linked list utilzing POSIX Thread","archived":false,"fork":false,"pushed_at":"2017-03-17T08:24:45.000Z","size":1071,"stargazers_count":6,"open_issues_count":0,"forks_count":66,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-14T00:03:37.402Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sysprog21.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,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-10-03T03:56:37.000Z","updated_at":"2024-02-28T16:50:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"9d7db973-465c-4803-a785-6f7758c9b7fd","html_url":"https://github.com/sysprog21/mergesort-concurrent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sysprog21/mergesort-concurrent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysprog21%2Fmergesort-concurrent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysprog21%2Fmergesort-concurrent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysprog21%2Fmergesort-concurrent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysprog21%2Fmergesort-concurrent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sysprog21","download_url":"https://codeload.github.com/sysprog21/mergesort-concurrent/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysprog21%2Fmergesort-concurrent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30092877,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T20:42:30.420Z","status":"ssl_error","status_checked_at":"2026-03-04T20:42:30.057Z","response_time":59,"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":[],"created_at":"2025-05-08T23:54:18.528Z","updated_at":"2026-03-04T21:02:50.774Z","avatar_url":"https://github.com/sysprog21.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# concurrent merge sort on singly-linked list\n\n`mergesort-concurrent` implements merge sort on linked list concurrently.\n\nTasks give a framework for studying concurrency:\n\n* Restricting number of threads in thread pools.\n* Relaxing task boundaries so that overhead associated with task management\n  is kept reasonable.\n\nThe strategy to implement merge sort concurrently:\n\n* Make recursive calls tasks\n* No need to wait for tasks to complete after spawning them\n* Tasks that creates sub-tasks can be allowed to terminated\n\n## Build\n```bash\nmake\n```\n\n## Run\n```bash\n./sort [thread count] [data count]\n```\nThen input integer data line-by-line\n```bash\nmake check\n```\nSimple test suite.\n\n# Licensing\n`mergesort-concurrent` is freely redistributable under the two-clause BSD\nLicense. Use of this source code is governed by a BSD-style license that can\nbe found in the `LICENSE` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysprog21%2Fmergesort-concurrent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsysprog21%2Fmergesort-concurrent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysprog21%2Fmergesort-concurrent/lists"}