{"id":16936541,"url":"https://github.com/jonhoo/orst","last_synced_at":"2025-09-10T01:33:28.200Z","repository":{"id":45164538,"uuid":"312899603","full_name":"jonhoo/orst","owner":"jonhoo","description":"Sorting algorithms in Rust","archived":false,"fork":false,"pushed_at":"2022-01-04T10:55:09.000Z","size":25,"stargazers_count":76,"open_issues_count":2,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-15T14:55:58.595Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonhoo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-14T20:50:10.000Z","updated_at":"2024-11-05T00:18:00.000Z","dependencies_parsed_at":"2022-09-10T00:40:59.921Z","dependency_job_id":null,"html_url":"https://github.com/jonhoo/orst","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/jonhoo%2Forst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonhoo%2Forst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonhoo%2Forst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonhoo%2Forst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonhoo","download_url":"https://codeload.github.com/jonhoo/orst/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244959444,"owners_count":20538625,"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-10-13T20:57:15.058Z","updated_at":"2025-03-22T12:32:02.686Z","avatar_url":"https://github.com/jonhoo.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Implementation of various [sorting algorithms] in Rust from [this live\nstream].\n\nTo benchmark and plot (you'll need [R] and [ggplot2]):\n\n```console\n$ cargo r --release \u003e values.dat\n$ R\nt \u003c- read.table('values.dat', header=TRUE)\nlibrary(ggplot2)\n# to plot # comparisons\nggplot(t, aes(n, comparisons, colour = algorithm)) + geom_point() + scale_y_log10()\n# to plot runtime\nggplot(t, aes(n, time, colour = algorithm)) + geom_point() + scale_y_log10()\n```\n\n[sorting algorithms]: https://en.wikipedia.org/wiki/Sorting_algorithm\n[this live stream]: https://www.youtube.com/watch?v=h4RkCyJyXmM\n[R]: https://www.r-project.org/\n[ggplot2]: https://ggplot2.tidyverse.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonhoo%2Forst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonhoo%2Forst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonhoo%2Forst/lists"}