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
68 stars
6 watching
5 forks
Language: C++
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
skarupke/std_function | A C++ library providing a set of standard function wrappers around common programming tasks. | 45 |
naios/function2 | A C++ library providing improved, configurable function wrappers with support for move-only types and qualifiers. | 545 |
rigtorp/function | Implementation of an alternative function object type to std::function with reduced overhead for low-latency systems. | 55 |
mikelankamp/fpm | A header-only C++ library providing deterministic fixed-point math functionality | 672 |
aff3ct/mipp | A C++ header file providing portable SIMD and vector instructions for various architectures | 479 |
teslamotors/fixed-containers | Provides compile-time and runtime containers with fixed capacity and no dynamic allocations. | 391 |
bananaml/fructose | A tool to enable dependency injection and abstraction around Large Language Model (LLM) function calls with strongly-typed interface | 726 |
pragdave/mdef | Easily define function heads with multiple clauses in Elixir | 49 |
matze/oclkit | A small set of C functions to simplify OpenCL development and testing. | 16 |
anthonywilliams/strong_typedef | Provides a C++ class template to create distinct, convertible types from underlying types. | 110 |
hlohm/mfunc | A plugin that enables users to define and store shell functions temporarily or persistently without modifying their configuration files. | 7 |
marmelroy/objectivekit | A Swift-friendly API for accessing and modifying Objective C runtime functions | 849 |
tartanllama/function_ref | A lightweight, non-owning reference to a callable. | 170 |
kaidokert/fastdelegate | A C++11 implementation of a dynamic function pointer mechanism with improved performance and features compared to the original version. | 24 |
p-p-h-d/mlib | A C library providing generic and type-safe container implementations | 904 |