flat.hpp
Container library
A library of associative containers with vector-like behavior
Library of flat vector-like based associative containers
75 stars
4 watching
2 forks
Language: C++
last commit: almost 2 years ago
Linked from 1 awesome list
c-plus-plusc-plus-plus-17containerscppcpp17stl-containersstl-like
Related projects:
Repository | Description | Stars |
---|---|---|
p-p-h-d/mlib | A C library providing generic and type-safe container implementations | 919 |
slavenf/sfl-library | A C++11 header-only library providing various small and static container classes. | 76 |
blackmatov/invoke.hpp | Provides C++17 analogs for standard library functions std::invoke and std::apply | 40 |
mapbox/gzip-hpp | A C++ library for efficient compression and decompression of binary data | 330 |
mattreecebentley/plf_colony | An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements. | 400 |
mattreecebentley/plf_stack | A C++ data container optimized for stack-based operations with improved performance compared to standard library containers. | 64 |
jamescourtney/flatsharp | A C# implementation of Google's FlatBuffers serialization format for high-performance binary serialization | 513 |
rurban/ctl | A C container template library implementing various data structures and algorithms in ISO C99/C11. | 172 |
lucavallin/barco | A C-based implementation of Linux containers | 1,499 |
orlp/devector | A container class with efficient append operations on either end. | 37 |
hardikp/cpp-mempool | A C++ library for managing memory pools with efficient allocation and deallocation | 19 |
mknejp/dotvariant | A type-safe sum type library for C# that enables the creation of compact variants with compile-time checked constraints and generated interfaces. | 70 |
serge-sans-paille/frozen | A library that provides efficient, constexpr-friendly container classes and algorithms for C++14 developers | 1,342 |
etlcpp/etl | Develops containers and utilities for embedded systems with fixed capacity and compile-time allocation | 2,274 |
apolukhin/magic_get | A C++14 library for basic reflection and std::tuple-like methods without boilerplate code or macros. | 207 |