Shelfsort: a fast stable sorting algorithm in sqrt(n) memory

This page summarizes the projects mentioned and recommended in the original post on /r/programming

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • shelfsort

    a stable sort using sqrt(n) memory

  • stable-inplace-sorting-algorithms

    new stable in-place sorting algorithms

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • compiler-explorer

    Run compilers interactively from your web browser and interact with the assembly

  • Very interesting, your optimisation may make sense. I played around with the code on https://godbolt.org/ (I added the missing #include ).

  • GrailSort

    Stable In-place sorting in O(n*log(n)) worst time

  • I read a bunch of papers on stable in-place merges at the time and yeah you're right that there's normally a fairly significant hidden constant factor preventing them from being practical, but at least two of the papers did result in practical sorts – this one by Pok-Son Kim and Arne Kutzner which led to WikiSort, and another by Huang and Langston for GrailSort. They're competitive with C++'s stable_sort!

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ask HN: Which books/resources to understand modern Assembler?

    6 projects | news.ycombinator.com | 21 Apr 2024
  • Managing mutable data in Elixir with Rust

    1 project | news.ycombinator.com | 16 Feb 2024
  • Free MIT Course: Performance Engineering of Software Systems

    4 projects | news.ycombinator.com | 10 Jan 2024
  • Verifying Rust Zeroize with Assembly...including portable SIMD

    1 project | dev.to | 10 Jan 2024
  • Operator precedence doubt

    1 project | /r/cprogramming | 11 Dec 2023