fixed_size_function
Function wrapper
Provides a C++ class to wrap fixed-size functions without dynamic memory allocation.
Fixed size function wrapper like std::function
69 stars
6 watching
5 forks
Language: C++
last commit: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A C++ library providing a set of standard function wrappers around common programming tasks. | 45 |
| A C++ library providing improved, configurable function wrappers with support for move-only types and qualifiers. | 549 |
| Implementation of an alternative function object type to std::function with reduced overhead for low-latency systems. | 55 |
| A header-only C++ library providing deterministic fixed-point math functionality | 679 |
| A C++ header file providing portable SIMD and vector instructions for various architectures | 487 |
| Provides compile-time and runtime containers with fixed capacity and no dynamic allocations. | 395 |
| A tool to enable dependency injection and abstraction around Large Language Model (LLM) function calls with strongly-typed interface | 733 |
| Defines multiple function heads with conditional clauses and multiple implementations for each head | 49 |
| A small set of C functions to simplify OpenCL development and testing. | 16 |
| Provides a C++ class template to create distinct, convertible types from underlying types. | 109 |
| A plugin that enables users to define and store shell functions temporarily or persistently without modifying their configuration files. | 7 |
| A Swift-friendly API for accessing and modifying Objective C runtime functions | 849 |
| A lightweight, non-owning reference to a callable. | 171 |
| A C++11 implementation of a dynamic function pointer mechanism with improved performance and features compared to the original version. | 25 |
| A C library providing generic and type-safe container implementations | 919 |