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)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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

  • Project mention: Sorting algorithms visualisation | /r/IMadeThis | 2023-05-09

    Github link: https://github.com/Djivs/sorting-algs-visualisation

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

Index

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

Project Stars
1 StringZilla 1,791
2 Algorithms-And-Data-Structures 189
3 Data_Structures_in_Cpp 88
4 radix-sorting 36
5 sorting-visualizer 16
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