{"id":19094647,"url":"https://github.com/risto-stevcev/haskell-mergesort","last_synced_at":"2026-06-12T21:03:56.420Z","repository":{"id":16811110,"uuid":"19570109","full_name":"Risto-Stevcev/haskell-mergesort","owner":"Risto-Stevcev","description":"Mergesort implementation in Haskell","archived":false,"fork":false,"pushed_at":"2014-05-08T10:55:28.000Z","size":392,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T08:26:49.613Z","etag":null,"topics":["algorithm","haskell","mergesort"],"latest_commit_sha":null,"homepage":null,"language":"Haskell","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/Risto-Stevcev.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}},"created_at":"2014-05-08T10:48:34.000Z","updated_at":"2017-08-07T10:01:02.000Z","dependencies_parsed_at":"2022-08-04T11:15:22.866Z","dependency_job_id":null,"html_url":"https://github.com/Risto-Stevcev/haskell-mergesort","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Risto-Stevcev/haskell-mergesort","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Risto-Stevcev%2Fhaskell-mergesort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Risto-Stevcev%2Fhaskell-mergesort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Risto-Stevcev%2Fhaskell-mergesort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Risto-Stevcev%2Fhaskell-mergesort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Risto-Stevcev","download_url":"https://codeload.github.com/Risto-Stevcev/haskell-mergesort/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Risto-Stevcev%2Fhaskell-mergesort/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34262160,"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-12T02:00:06.859Z","response_time":109,"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":["algorithm","haskell","mergesort"],"created_at":"2024-11-09T03:30:47.067Z","updated_at":"2026-06-12T21:03:56.401Z","avatar_url":"https://github.com/Risto-Stevcev.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Haskell MergeSort\n=================\n\nThe focus of my implementation was to make it as simple and as readable as possible. Surprisingly, it has similar \nperformance characteristics compared to the mergesort implementation from \n[GHC](http://hackage.haskell.org/package/base-4.7.0.0/docs/src/Data-List.html#sort). The *version2* folder contains the\nGHC implementation, and running on the IntArray.txt list of 100,000 integers shows similar results (*~0.75ms*). The \nGHC version does seem slightly faster.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fristo-stevcev%2Fhaskell-mergesort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fristo-stevcev%2Fhaskell-mergesort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fristo-stevcev%2Fhaskell-mergesort/lists"}