small
Small container library
Library of optimized C++ containers designed to reduce overhead in small data structures
C++ small containers
139 stars
9 watching
20 forks
Language: C++
last commit: 6 months ago containerssmall-container-optimizationsmall-containers
Related projects:
Repository | Description | Stars |
---|---|---|
mattreecebentley/plf_stack | A C++ data container optimized for stack-based operations with improved performance compared to standard library containers. | 64 |
orlp/devector | A container class with efficient append operations on either end. | 37 |
serge-sans-paille/frozen | A library that provides efficient, constexpr-friendly container classes and algorithms for C++14 developers | 1,342 |
slavenf/sfl-library | A C++11 header-only library providing various small and static container classes. | 76 |
clementfarabet/lbfgs | An interface to a library providing a quasi-newton method for optimization problems | 2 |
ducasse/containers-grid | A data structure implementation for efficient grid organization of items | 3 |
pharo-containers/avl | A Smalltalk implementation of an AVL tree data structure | 4 |
foonathan/tiny | A C++11 library for minimizing the size of types by using bit-twiddling and other low-level techniques. | 111 |
mattreecebentley/plf_list | A high-performance alternative to the C++ standard library's list container | 150 |
rafi993/tiny | A minimal desktop application framework built on top of a C++ webview library | 54 |
abecodes/dft | A library that provides a simple and efficient way to spin up isolated containers for testing and development | 15 |
mlpack/ensmallen | A C++ library for numerical optimization tasks | 754 |
adacore/ada-traits-containers | A comprehensive Ada library for implementing various containers and data structures | 29 |
acdemiralp/acd | A collection of single-file utilities for C++. | 30 |
fgenesis/tinypile | A collection of small, self-contained C/C++ libraries with various functionalities. | 87 |