{"adoption": {"forks": 25, "observed_at": "2026-08-28T04:05:17.934165+00:00", "stars": 1656}, "canonical_url": "https://ross.abutalabs.com/products/glidesort", "card": {"archived": false, "artifact_type": "library", "description": "A Rust implementation of Glidesort, my stable adaptive quicksort/mergesort hybrid sorting algorithm. ", "domain": ["developer-tools"], "enriched": true, "function": ["math"], "health_score": 20, "homepage": null, "language": "Rust", "license": null, "license_family": "other", "maturity": "stable", "member_repos": ["orlp/glidesort"], "name": "orlp/glidesort", "platform": ["rust"], "pushed_at": "2023-02-07T08:34:01+00:00", "repo": "orlp/glidesort", "stars": 1656, "tags": ["sorting", "stable-sort", "quicksort", "mergesort", "adaptive-algorithm", "comparison-sort", "algorithms"], "topics": [], "urls": [], "use_cases": ["sort large arrays faster than the standard library sort", "sort data with many duplicate keys efficiently", "sort nearly-sorted data in linear time", "drop-in replacement for Vec::sort in Rust", "sort with a custom auxiliary memory buffer", "reuse allocation across repeated sorts of a Vec"], "what_it_is": "Glidesort is a Rust library implementing a novel stable adaptive sorting algorithm that hybridizes Timsort-style merge sorting with pattern-defeating quicksort. It achieves O(n) best-case time on pre-sorted data and excels on inputs with many duplicates while remaining fast on random data.", "when_to_avoid": ["you only need the standard library's sort and don't care about edge-case performance", "you cannot tolerate any auxiliary memory allocation and have extremely skewed data", "you need a license other than the implicit default (no explicit license is provided)"], "when_to_choose": ["you need a stable sort with excellent performance on patterned or duplicate-heavy data", "you want a fast drop-in replacement for Rust's built-in sort", "you need control over auxiliary memory usage during sorting"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/glidesort", "repo": "orlp/glidesort", "role": "main", "score": 31}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:05:17.934165+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T03:44:50.185871+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "14ec13ee4c3ccf9ee865d66a53ba3b7a060b10aa97481ee3393bc26696e58510", "fetched_at": "2026-08-28T04:05:17.934165+00:00", "kind": "readme", "missing": false, "url": "https://github.com/orlp/glidesort"}, {"content_hash": "1c26ecce3f3d9cdf93ae0c5954dcd7de3645b0177f3406a7b730ccbb812da681", "fetched_at": "2026-08-29T11:17:32.073732+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/glidesort"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:05:17.934165+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T03:44:50.185871+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "14ec13ee4c3ccf9ee865d66a53ba3b7a060b10aa97481ee3393bc26696e58510", "fetched_at": "2026-08-28T04:05:17.934165+00:00", "kind": "readme", "missing": false, "url": "https://github.com/orlp/glidesort"}, {"content_hash": "1c26ecce3f3d9cdf93ae0c5954dcd7de3645b0177f3406a7b730ccbb812da681", "fetched_at": "2026-08-29T11:17:32.073732+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/glidesort"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T03:44:50.185871+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "14ec13ee4c3ccf9ee865d66a53ba3b7a060b10aa97481ee3393bc26696e58510", "fetched_at": "2026-08-28T04:05:17.934165+00:00", "kind": "readme", "missing": false, "url": "https://github.com/orlp/glidesort"}, {"content_hash": "1c26ecce3f3d9cdf93ae0c5954dcd7de3645b0177f3406a7b730ccbb812da681", "fetched_at": "2026-08-29T11:17:32.073732+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/glidesort"}], "taxonomy_version": 1}, "health_score": {"inputs": ["days_since_push", "days_since_release", "archived"], "kind": "computed", "method": "health_v1"}, "homepage": {"kind": "observed", "observed_at": "2026-08-28T04:05:17.934165+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:05:17.934165+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:05:17.934165+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T03:44:50.185871+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "14ec13ee4c3ccf9ee865d66a53ba3b7a060b10aa97481ee3393bc26696e58510", "fetched_at": "2026-08-28T04:05:17.934165+00:00", "kind": "readme", "missing": false, "url": "https://github.com/orlp/glidesort"}, {"content_hash": "1c26ecce3f3d9cdf93ae0c5954dcd7de3645b0177f3406a7b730ccbb812da681", "fetched_at": "2026-08-29T11:17:32.073732+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/glidesort"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:05:17.934165+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:05:17.934165+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T03:44:50.185871+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "14ec13ee4c3ccf9ee865d66a53ba3b7a060b10aa97481ee3393bc26696e58510", "fetched_at": "2026-08-28T04:05:17.934165+00:00", "kind": "readme", "missing": false, "url": "https://github.com/orlp/glidesort"}, {"content_hash": "1c26ecce3f3d9cdf93ae0c5954dcd7de3645b0177f3406a7b730ccbb812da681", "fetched_at": "2026-08-29T11:17:32.073732+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/glidesort"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:05:17.934165+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:05:17.934165+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:05:17.934165+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T03:44:50.185871+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "14ec13ee4c3ccf9ee865d66a53ba3b7a060b10aa97481ee3393bc26696e58510", "fetched_at": "2026-08-28T04:05:17.934165+00:00", "kind": "readme", "missing": false, "url": "https://github.com/orlp/glidesort"}, {"content_hash": "1c26ecce3f3d9cdf93ae0c5954dcd7de3645b0177f3406a7b730ccbb812da681", "fetched_at": "2026-08-29T11:17:32.073732+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/glidesort"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:05:17.934165+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:05:17.934165+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T03:44:50.185871+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "14ec13ee4c3ccf9ee865d66a53ba3b7a060b10aa97481ee3393bc26696e58510", "fetched_at": "2026-08-28T04:05:17.934165+00:00", "kind": "readme", "missing": false, "url": "https://github.com/orlp/glidesort"}, {"content_hash": "1c26ecce3f3d9cdf93ae0c5954dcd7de3645b0177f3406a7b730ccbb812da681", "fetched_at": "2026-08-29T11:17:32.073732+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/glidesort"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T03:44:50.185871+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "14ec13ee4c3ccf9ee865d66a53ba3b7a060b10aa97481ee3393bc26696e58510", "fetched_at": "2026-08-28T04:05:17.934165+00:00", "kind": "readme", "missing": false, "url": "https://github.com/orlp/glidesort"}, {"content_hash": "1c26ecce3f3d9cdf93ae0c5954dcd7de3645b0177f3406a7b730ccbb812da681", "fetched_at": "2026-08-29T11:17:32.073732+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/glidesort"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T03:44:50.185871+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "14ec13ee4c3ccf9ee865d66a53ba3b7a060b10aa97481ee3393bc26696e58510", "fetched_at": "2026-08-28T04:05:17.934165+00:00", "kind": "readme", "missing": false, "url": "https://github.com/orlp/glidesort"}, {"content_hash": "1c26ecce3f3d9cdf93ae0c5954dcd7de3645b0177f3406a7b730ccbb812da681", "fetched_at": "2026-08-29T11:17:32.073732+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/glidesort"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T03:44:50.185871+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "14ec13ee4c3ccf9ee865d66a53ba3b7a060b10aa97481ee3393bc26696e58510", "fetched_at": "2026-08-28T04:05:17.934165+00:00", "kind": "readme", "missing": false, "url": "https://github.com/orlp/glidesort"}, {"content_hash": "1c26ecce3f3d9cdf93ae0c5954dcd7de3645b0177f3406a7b730ccbb812da681", "fetched_at": "2026-08-29T11:17:32.073732+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/glidesort"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 0, "longevity": 93, "rhythm": 35}, "computed_at": "2026-09-03T02:20:16.233290+00:00", "flags": ["no_releases", "no_license"], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 1307, "days_push": 1303, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 31, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}