C++ sorting-algorithms

Open-source C++ projects categorized as sorting-algorithms

Top 9 C++ sorting-algorithm Projects

  • StringZilla

    Up to 10x faster strings for C, C++, Python, Rust, and Swift, leveraging SWAR and SIMD on Arm Neon and x86 AVX2 & AVX-512-capable chips to accelerate search, sort, edit distances, alignment scores, etc 🦖

  • Project mention: Measuring energy usage: regular code vs. SIMD code | news.ycombinator.com | 2024-02-19

    The 3.5x energy-efficiency gap between serial and SIMD code becomes even larger when

    A. you do byte-level processing instead of float words;

    B. you use embedded, IoT, and other low-energy devices.

    A few years ago I've compared Nvidia Jetson Xavier (long before the Orin release), Intel-based MacBook Pro with Core i9, and AVX-512 capable CPUs on substring search benchmarks.

    On Xavier one can quite easily disable/enable cores and reconfigure power usage. At peak I got to 4.2 GB/J which was an 8.3x improvement in inefficiency over LibC in substring search operations. The comparison table is still available in the older README: https://github.com/ashvardanian/StringZilla/tree/v2.0.2?tab=...

  • Algorithms-And-Data-Structures

    This repository contains a collection of projects in C++ and Python that implement various data structures and algorithms. The projects are organized by language and topic, and include detailed explanations and examples to help you understand how they work. (by djeada)

  • 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
  • Data_Structures_in_Cpp

    Contains some useful custom Data-Structures/Containers & Algorithms, developed during my 3rd semester at University.

  • radix-sorting

    Radix sorting from the ground up

  • sorting-visualizer

    Sorting visualizer made with SFML and C++ 📊 (by alesbe)

  • Algorithms

    A collection of data structures and algorithms written in C++ with comments and links to further reading. (by ashleymays)

  • sorting-algs-visualisation

    Visualisation of sorting algorithms in real time with sound

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • examples

    Example data structures and algorithms (by maxgoren)

  • bubble-sort-visu

    Bubble sort algorithm visualization using SFML library

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++ sorting-algorithms related posts

  • Sorting algorithms visualisation

    1 project | /r/IMadeThis | 9 May 2023
  • Check out my sorting algorithms visualisation project!

    1 project | /r/programming | 9 May 2023
  • I made a Sorting Visualizer!

    1 project | dev.to | 24 May 2022
  • Sorting Visualizer: A lightweight sorting visualizer made with C++ and SFML!

    2 projects | /r/opensource | 23 May 2022
  • Linear O(N) sorting with Radix Sort (2000)

    2 projects | news.ycombinator.com | 1 Feb 2022
  • Iterative Deepening Bidirectional Depth First Search

    1 project | /r/algorithms | 27 Sep 2021
  • Bubble Sort Visualization Program

    1 project | /r/cpp_questions | 23 Mar 2021
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 1 Jun 2024
    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. Learn more →

Index

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

Project Stars
1 StringZilla 1,829
2 Algorithms-And-Data-Structures 195
3 Data_Structures_in_Cpp 91
4 radix-sorting 36
5 sorting-visualizer 17
6 Algorithms 3
7 sorting-algs-visualisation 0
8 examples 0
9 bubble-sort-visu 0

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