C++ stl-containers

Open-source C++ projects categorized as stl-containers

Top 11 C++ stl-container Projects

  • json

    JSON for Modern C++

  • Project mention: Learn Modern C++ | news.ycombinator.com | 2023-12-26

    I have not done a "desktop" program in 25+ years and never using C++ (or C), since then I'm mostly a web developer (PHP,Elixir, JS, Kotlin etc).

    I'm currently doing a C++ audio plugin with the Juce framework.

    This website has been a good resource, alongside https://www.learncpp.com

    But I was actually close to give up before using those two things:

    - https://github.com/nlohmann/json : my plugin use a json api backend and the Juce json implementation is atrocious (apparently because of being born in previous c++ version), but this library is GREAT.

    - ChatGPT 4. I'm not sure I would have "succeeded" without it, at least not in a reasonable time frame. ChatGPT 3.5 is slow and does not give good results for my use case but 4 is impressive. And I use in a very dumb way, just posing question in the web UI. I probably could have it directly in MSVC?

    Also I must say, for all its flaws, I have a renewed appreciation for doing UI on the web ;)

  • stdgpu

    stdgpu: Efficient STL-like Data Structures on the GPU

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

    A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion

  • Project mention: unordered_dense: A Fast & Densely Stored Hashmap And Hashset Based On Robin-Hood Backward Shift Deletion | /r/programming | 2023-07-11
  • stlkrn

    C++ STL in the Windows Kernel with C++ Exception Support

  • array

    C++ multidimensional arrays in the spirit of the STL

  • Project mention: Einsum in 40 Lines of Python | news.ycombinator.com | 2024-04-27

    I wrote a library in C++ (I know, probably a non-starter for most reading this) that I think does most of what you want, as well as some other requests in this thread (generalized to more than just multiply-add): https://github.com/dsharlet/array?tab=readme-ov-file#einstei....

    A matrix multiply written with this looks like this:

        enum { i = 2, j = 0, k = 1 };

  • tree.hh

    An STL-like C++ header-only tree library

  • Data_Structures_in_Cpp

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

  • SaaSHub

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

    SaaSHub logo
  • discreture

    A modern C++ library for efficiently and easily iterating through common combinatorial objects, such as combinations, permutations, partitions and more.

  • CPP-Exercises

    This is a repo to store any C++ exercise code that I worked on.

  • HashTableBenchmark

    A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world

  • codlili

    Constexpr STL-style containers

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++ stl-containers related posts

  • boost::unordered standalone

    3 projects | /r/cpp | 9 Jul 2023
  • Unum blog: Apple to Apple Comparison: M1 Max vs Intel. How a DDR5-powered MacBook beat a DDR4-powered MacBook and approached a $50K Server in Hash-Table Benchmarks

    1 project | /r/apple | 24 Dec 2021
  • Hacker News top posts: Dec 24, 2021

    4 projects | /r/hackerdigest | 24 Dec 2021
  • Apple to Apple Comparison: M1 Max vs. Intel

    1 project | /r/hackernews | 24 Dec 2021
  • Apple to Apple Comparison: M1 Max vs Intel - Unum

    1 project | /r/CKsTechNews | 24 Dec 2021
  • Apple to Apple Comparison: M1 Max vs. Intel

    3 projects | news.ycombinator.com | 23 Dec 2021
  • Apple to Apple RAM Comparison: M1 Max vs. Intel MacBooks vs. $50K Server

    1 project | /r/CKsTechNews | 21 Dec 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 21 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

Project Stars
1 json 40,546
2 stdgpu 1,089
3 unordered_dense 744
4 stlkrn 376
5 array 190
6 tree.hh 122
7 Data_Structures_in_Cpp 91
8 discreture 65
9 CPP-Exercises 12
10 HashTableBenchmark 10
11 codlili 2

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