C++ quicksort

Open-source C++ projects categorized as quicksort

Top 3 C++ quicksort Projects

  • x86-simd-sort

    C++ template library for high performance SIMD based sorting algorithms

  • Project mention: SIMD based custom object and key-value pair sorting in C++ | news.ycombinator.com | 2024-02-14
  • zoo

    Zoo library (by thecppzoo)

  • 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
  • quicksort-blog-post

  • Project mention: FreeBSD replaces bubblesort with mergesort on SYSINTs, results in 100x speed | news.ycombinator.com | 2023-08-21

    the vast majority of computers still aren't superscalar, much less ooo; for every i7 there are 100 cortex-m0+s, which don't even have caches. gpus aren't superscalar or ooo either, just heavily multithreaded, simt, and simd

    it seems like there are cases on modern high-performance hardware where insertion sort is not better than bubble sort (cf. https://blog.reverberate.org/2020/05/29/hoares-rebuttal-bubb...) which is very surprising to me

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C++ quicksort related posts

  • FreeBSD replaces bubblesort with mergesort on SYSINTs, results in 100x speed

    4 projects | news.ycombinator.com | 21 Aug 2023
  • 10~17x faster than what? A performance analysis of Intel x86-SIMD-sort (AVX-512)

    12 projects | news.ycombinator.com | 10 Jun 2023
  • Changing std::sort at Google’s Scale and Beyond

    1 project | /r/cpp | 20 Apr 2022
  • true

    1 project | /r/ProgrammerHumor | 24 Mar 2022
  • Hoare’s Rebuttal and Bubble Sort’s Comeback

    1 project | /r/jrwren | 30 Jan 2022
  • Hacker News top posts: Jan 30, 2022

    1 project | /r/hackerdigest | 30 Jan 2022
  • How algorithm improvements make quicksort 4x faster than standard implementations by reducing data dependencies

    1 project | /r/programming | 30 Jan 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 5 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source quicksort projects in C++? This list will help you:

Project Stars
1 x86-simd-sort 797
2 zoo 71
3 quicksort-blog-post 39

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com