Ross ROSS = Recommend OSS · open-source software intelligence for agents

BonzaiThePenguin/WikiSort

Fast and stable sort algorithm that uses O(1) memory. Public domain. observed · 2026-08-28

github.com/BonzaiThePenguin/WikiSort · C++ · Unlicense (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4575
  • days_rel: n/a
  • days_push: 1723
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1290 stars · 92 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

WikiSort is a public domain implementation of block merge sort, a stable sorting algorithm that runs in O(1) memory while remaining as fast as a standard merge sort. It is available in C, C++, and Java, with optional extra memory buffers to improve speed.

Use cases

  • sort large arrays with constant memory overhead
  • stable in-place sorting in C++ without std::stable_sort allocations
  • embed a memory-constrained sort in embedded or low-memory environments
  • study or extend block merge sort research
  • benchmark in-place merge sort against standard library sorts

When to choose

  • you need stable sorting with O(1) auxiliary memory
  • you want fast, license-free (public domain) sorting code in C, C++, or Java
  • you can supply a small cache buffer to boost performance

When to avoid

  • you just need a general-purpose sort and memory usage is not a concern - standard library sorts are simpler
  • you need a maintained library with active development
  • you need parallel or GPU-accelerated sorting

Facets

library · maturity maintenance

math developer-tools performance developer-tools cpp c jvm cross-platform sorting block-merge-sort in-place-sort stable-sort public-domain o1-memory algorithms

1 source

Member repositories

RepositoryRoleHealth v2
BonzaiThePenguin/WikiSortmain32

For agents

markdown · JSON · MCP: product_card(name="BonzaiThePenguin/WikiSort")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem