fixed-containers
Fixed Containers
Provides compile-time and runtime containers with fixed capacity and no dynamic allocations.
C++ Fixed Containers
391 stars
11 watching
36 forks
Language: C++
last commit: 9 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
etlcpp/etl | Develops containers and utilities for embedded systems with fixed capacity and compile-time allocation | 2,244 |
foonathan/docker | Automated C++ build and testing containers | 48 |
pmed/fixed_size_function | Provides a C++ class to wrap fixed-size functions without dynamic memory allocation. | 68 |
mattreecebentley/plf_colony | An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements. | 398 |
mattreecebentley/plf_stack | A C++ data container optimized for stack-based operations with improved performance compared to standard library containers. | 63 |
p-p-h-d/mlib | A C library providing generic and type-safe container implementations | 904 |
orlp/devector | A container class with efficient append operations on either end. | 37 |
blackmatov/flat.hpp | A library of associative containers with vector-like behavior | 75 |
turtlebot/turtlebot | A comprehensive software framework for building autonomous mobile robots | 306 |
humblec/dockit | Automates and simplifies Docker actions and container deployments with features for managing images, building containers, starting containers, and deploying GlusterFS. | 107 |
serge-sans-paille/frozen | A library that provides efficient, constexpr-friendly container classes and algorithms for C++14 developers | 1,323 |
sbt/sbt-assembly | Automates the creation of a single JAR file containing all project dependencies and a main class. | 1,951 |
moby/moby | Enables and accelerates software containerization by providing a modular framework for assembling custom systems | 68,758 |
adacore/rc_car_demo | Demonstrates robotics with Ada and SPARK in an embedded environment using Lego sensors and effectors on a custom-built RC car. | 6 |
containers/common | Provides shared common files and utilities for container runtimes and engines. | 191 |