#
stl-containers
Here are 100 public repositories matching this topic...
Bhupesh-V
commented
Apr 10, 2019
Add Runnable links of the code below the example.
Use link name Run Code which links to a Online C++ complier conatining the example code.
Use Rextester as the Online C++ Compiler (If you have a better suggesstion please comment).
Follow below steps to generate the Run Code Link.
- Go to Rextester
- Copy or write the example
Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
c-plus-plus
cpp
cpp14
container
hash
cpp11
header-only
stl-containers
no-dependencies
hash-tables
single-file
unordered-maps
-
Updated
Aug 26, 2020 - C++
stdgpu: Efficient STL-like Data Structures on the GPU
cpp
gpu
modern-cpp
cpp14
openmp
cuda
stl
data-structures
gpgpu
gpu-acceleration
cpp17
stl-containers
hip
gpu-computing
rocm
cpp20
stl-like
-
Updated
Jun 3, 2020 - C++
C++ Serialization library for JSON
yaml
c-plus-plus
serialization
json
review
json-serialization
json-parser
header-only
json-pointer
stl-containers
rfc-6901
rfc-6902
rfc-7159
rfc-7049
serialization-library
json-serialization-library
rfc-8259
-
Updated
Sep 12, 2020 - C++
C++ multidimensional arrays in the spirit of the STL
performance
cpp
cpp14
template-metaprogramming
header-only
stl-containers
tensors
multidimensional-arrays
-
Updated
Sep 8, 2020 - C++
Library of flat vector-like based associative containers
-
Updated
Apr 20, 2020 - C++
A modern C++ library for efficiently and easily iterating through common combinatorial objects, such as combinations, permutations, partitions and more.
permutation
stl-containers
combinatorics
combinations
partition
combinatorial-search
motzkin
combinatorial-objects
-
Updated
Jul 11, 2020 - C++
A nice and readable data format !
-
Updated
Jun 23, 2020 - C++
C++ STL Examples
map
c-plus-plus
lambda
templates
design-patterns
generic-programming
foreach
threading
stl-containers
stl-vector
polymorphism
mutex
google-test
pointers-and-arrays
stl-algorithms
mutex-lock
stl-list
pointers-to-functions
-
Updated
Jul 29, 2020 - C++
Fast and Efficient Implementation of HDBSCAN in C++ using STL
c-plus-plus
machine-learning
cpp
clustering
machine-learning-algorithms
stl-containers
clustering-algorithm
hdbscan
clustering-analysis
-
Updated
Jul 9, 2019 - C++
Detailed list of important dsa topics and my implementations.
roadmap
algorithms
mathematics
bit-manipulation
data-structures
stl-containers
trees
number-theory
stl-algorithms
complete-roa
-
Updated
Sep 7, 2020 - C++
TinyLog for Modern C++ | 现代C++日志库
-
Updated
Dec 1, 2019 - C++
A gapbuffer implementation in C++ 11, implemented as an STL container
-
Updated
Oct 25, 2017 - C++
A repository that holds my Cplusplus codes!
tree
linked-list
stack
queue
cplusplus
cpp
position
data-structures
loop
stl-containers
codechef-solutions
inserts
reverselist
singlylinkedlist
-
Updated
Aug 10, 2020 - C++
STL Implementation for Borland C++ compiler from 1992
-
Updated
Nov 10, 2017 - C++
A 2D Particle system done with C++ and SDL 2.0
c-plus-plus
development
cplusplus
cpp
sdl2
dev
particle-effects
particles
stl-containers
videogames
2d-graphics
sdl2-library
-
Updated
May 26, 2020 - C
Sample implementation of C++ containers (vector, string, bst, forward_list, stack, queues)
coveralls
cmake
linked-list
stack
queue
string
travis-ci
vector
modern-cpp
stl
trie
stl-container
gtest
stl-containers
bst
codecoverage
stl-algorithms
-
Updated
Nov 21, 2018 - C++
Cross-platform STL-styled and STL-compatible library with implementing containers, ranges, iterators, type traits and other tools; actors system; type-safe config interface.
android
config
actors
cross-platform
cpp
cpp14
stl
cpp11
stl-containers
typesafe-config
actorsystem
stl-like
yato
-
Updated
Jun 9, 2020 - C++
A simple matrix class that's compatible with STL functions and CERNs ROOT library. Includes functions for + - * /, inverting, normalisation, eigenvalues, the trace and transpose.
cpp
matrix
stl
matrix-functions
root
stl-containers
cern
root-cern
matrix-calculations
matrix-computations
-
Updated
Sep 4, 2020 - C++
C++ container for Intrusive Flat Forward List
list
flat
header-only
stl-containers
forward
intrusive
intrusive-flat-forward-list
flat-forward-list
intrusive-flat-forward-list-view
flat-forward-list-view
intrusive-flat-forward-list-ref
flat-forward-list-ref
debug-memory-resource
input-buffer-memory-resource
flat-container
variable-lenght-structures
-
Updated
May 12, 2019 - C++
A high-performance JSON Library
-
Updated
Feb 16, 2020 - C++
An implement of STL for GameMaker Studio 2.
-
Updated
Sep 14, 2020 - Game Maker Language
Implementation of generic graph and related algorithm in c++
graph-algorithms
cpp14
generic-programming
stl-containers
algorithms-and-data-structures
stl-algorithms
-
Updated
Apr 25, 2020 - C++
STL-like implementation of a hash map with concurrent robin hood hashing
cpp
concurrency
stl
hashmap
concurrent-programming
stl-containers
concurrent-data-structure
robin-hood-hashing
-
Updated
Apr 20, 2020 - C++
Implementation of Tarjan, Nuutila and Pearce algorithms for strongly connected components using Boost Library.
graph-algorithms
data-structures
graph-theory
stl-containers
boost-library
connected-components
strongly-connected-components
random-graphs
random-graph-generation
-
Updated
Jul 20, 2018 - C++
Workshops, Projects, and course work for OOP345 emphasizing topics such as Copy and Move semantics, STL containers, smart pointers, and much more
-
Updated
Apr 17, 2019 - C++
Improve this page
Add a description, image, and links to the stl-containers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stl-containers topic, visit your repo's landing page and select "manage topics."
I think we should patch test/CMakeLists.txt to always use
-Wall -Werroron *nix and the corresponding MSVC flags. It is way too easy to overlook a warning in the CI output as #1797 has shown.@nlohmann Thoughts?