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.
71 stars
5 watching
8 forks
Language: C++
last commit: 10 days ago containercpp11devectorflat-mapflat-setheader-onlysegmented-vectorsmall-vectorstatic-vectorvector
Related projects:
Repository | Description | Stars |
---|---|---|
blackmatov/flat.hpp | A library of associative containers with vector-like behavior | 75 |
serge-sans-paille/frozen | A library that provides efficient, constexpr-friendly container classes and algorithms for C++14 developers | 1,323 |
rurban/ctl | A C container template library implementing various data structures and algorithms in ISO C99/C11. | 171 |
binary1248/sfnul | A library providing a simple and fast network utility functionality | 52 |
lucavallin/barco | A C-based implementation of Linux containers | 1,492 |
p-p-h-d/mlib | A C library providing generic and type-safe container implementations | 904 |
forceflow/libmorton | A C++ header-only library for efficiently encoding and decoding spatial coordinates using the Morton order | 597 |
mattreecebentley/plf_stack | A C++ data container optimized for stack-based operations with improved performance compared to standard library containers. | 63 |
swenson/vector.h | A C header library for creating dynamic arrays with automatic element management | 44 |
vectorclass/version2 | A C++ library leveraging SIMD instructions to improve performance on modern CPUs. | 1,307 |
manu343726/tinyrefl | A minimal C++ static reflection API and codegen tool for generating macro-based APIs | 257 |
esrlabs/estl-teaser | An embedded C++ library designed to manage data in memory-constrained environments. | 62 |
beark/ftl | A C++ template library for building functional programming concepts and expanding the standard library with additional concepts | 992 |
c-cube/ocaml-containers | A modular standard library extension and string library for OCaml | 492 |
mattreecebentley/plf_colony | An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements. | 398 |