stl-containers
There are 378 repositories under stl-containers topic.
nlohmann/json
JSON for Modern C++
martinus/robin-hood-hashing
Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
Bhupesh-V/30-seconds-of-cpp
30 Seconds of C++ (STL in C++). Read More about 30C++ here 👉
stotko/stdgpu
stdgpu: Efficient STL-like Data Structures on the GPU
martinus/unordered_dense
A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion
js-sdsl/js-sdsl
A javascript standard data structure library which benchmark against C++ STL.
jxy-s/stlkrn
C++ STL in the Windows Kernel with C++ Exception Support
rurban/ctl
My variant of the C Template Library
crossdb-org/crossdb
Ultra High-performance Lightweight Embedded and Server OLTP RDBMS✨
dsharlet/array
C++ multidimensional arrays in the spirit of the STL
kpeeters/tree.hh
An STL-like C++ header-only tree library
HypertextAssassin0273/Data_Structures_in_Cpp
Contains some useful custom Data-Structures/Containers & Algorithms, developed during my 3rd semester at University.
aaryahjolia/dsa_competitive-coding
A repository to learn deep competitive coding algorithms along with DSA.
gyrovorbis/libgimbal
C17-based extended standard library, cross-language type system, and unit testing framework targeting Sega Dreamcast, Sony PSP and PSVita, Windows, Mac, Linux, Android, iOS, and WebAssembly.
ErdemOzgen/Cpp-Learning-Archive
This repository contains different materials for learning and improving C++ skills.
BlackMATov/flat.hpp
Library of flat vector-like based associative containers
mraggi/discreture
A modern C++ library for efficiently and easily iterating through common combinatorial objects, such as combinations, permutations, partitions and more.
rohanmohapatra/hdbscan-cpp
Fast and Efficient Implementation of HDBSCAN in C++ using STL
geeky01adarsh/CPP_STL
The repo contains all the important C++ STL functions, frequently used for problem-solving and competitive programming.
dimkatsi91/Cpp-STL-Examples
C++ STL Examples
anuanu0-0/DSA_Roadmap_topics
Detailed list of important dsa topics
asit-dhal/stringify
print stl containers
hnz1102/timeleapcam
Time Leap Cam - Super Long Term Time-Lapse Camera and Monitoring by OpenAI
p-ranav/container_traits
Container Traits for Modern C++
llefranc/42_ft_containers
School project: reimplement the STL containers (using allocator, double linked list and AVL binary trees).
ViliOrg/Vili
A nice and readable data format !
nintervik/2D-Particle-System
A 2D Particle system done with C++ and SDL 2.0
marat1961/Oz-SGL
Standard Generic Library (SGL) for Pascal using records with heap memory allocator and typed memory regions.
Quuxplusone/SG14
Header-only C++ containers and algorithms from the SG14 Low Latency study group
mazen-alasas/Standard-Template-Library
The Standard Template Library (STL) is a set of C++ template classes to provide common programming data structures and functions such as vector, lists, stacks, etc..
yanminhui/tinylog
TinyLog for Modern C++ | 现代C++日志库
agruzdev/Yato
Cross-platform STL-styled and STL-compatible library with implementing containers, ranges, iterators, type traits and other tools; actors system; type-safe config interface.
CaglayanDokme/CPP-Exercises
This is a repo to store any C++ exercise code that I worked on.
Souravrao-31/Data-Structure-and-Algorithms
Efficient code and competitive platform problems with solutions on Data Structure & Algorithms.
cmaughan/gapbuffer
A gapbuffer implementation in C++ 11, implemented as an STL container