sfl-library
Container library
A C++11 header-only library providing various small and static container classes.
C++11 library. Small vector. Static vector. Small flat map/set. Static flat map/set. Compact vector. Segmented vector/devector.
76 stars
5 watching
8 forks
Language: C++
last commit: 3 months ago containercpp11devectorflat-mapflat-setheader-onlysegmented-vectorsmall-vectorstatic-vectorvector
Related projects:
Repository | Description | Stars |
---|---|---|
| A library of associative containers with vector-like behavior | 75 |
| A library that provides efficient, constexpr-friendly container classes and algorithms for C++14 developers | 1,342 |
| A C container template library implementing various data structures and algorithms in ISO C99/C11. | 172 |
| A library providing a simple and fast network utility functionality | 52 |
| A C-based implementation of Linux containers | 1,499 |
| A C library providing generic and type-safe container implementations | 919 |
| A C++ header-only library for efficiently encoding and decoding spatial coordinates using the Morton order | 600 |
| A C++ data container optimized for stack-based operations with improved performance compared to standard library containers. | 64 |
| A C header library for creating dynamic arrays with automatic element management | 44 |
| A C++ library leveraging SIMD instructions to improve performance on modern CPUs. | 1,316 |
| A minimal C++ static reflection API and codegen tool for generating macro-based APIs | 257 |
| An embedded C++ library designed to manage data in memory-constrained environments. | 62 |
| A C++ template library for building functional programming concepts and expanding the standard library with additional concepts | 991 |
| A modular standard library extension and string library for OCaml | 494 |
| An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements. | 400 |