Function
Function object
Implementation of an alternative function object type to std::function with reduced overhead for low-latency systems.
Heap allocation free version of C++11 std::function
55 stars
6 watching
17 forks
Language: C++
last commit: over 3 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 |
| Provides a C++ class to wrap fixed-size functions without dynamic memory allocation. | 69 |
| A C++ library providing improved, configurable function wrappers with support for move-only types and qualifiers. | 549 |
| A C++ library providing modern utilities for functions and function objects to improve expressiveness and simplify constructs. | 507 |
| A C++ implementation of a bounded single-producer single-consumer queue with wait-free and lock-free semantics | 931 |
| An implementation of a lock-free concurrency primitive in C++11. | 196 |
| A set of C++ functions mimicking Python string class methods using std::string. | 969 |
| Replays UDP packets from a pcap file | 262 |
| Provides a lightweight alternative to C++ exception handling for reporting and handling function failures in C++ programs. | 723 |
| A C++11 implementation of a dynamic function pointer mechanism with improved performance and features compared to the original version. | 25 |
| A lightweight, non-owning reference to a callable. | 171 |
| A D programming language wrapper around the TensorFlow C API | 32 |
| A functional JavaScript library designed to facilitate predictable and composable code | 46 |
| A library that provides performance-enhanced array operations using SIMD and parallel processing in F# | 132 |
| A collection of single-file utilities for C++. | 30 |