8000 GitHub - afekz/Function: Heap allocation free version of C++11 std::function
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

afekz/Function

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
< 8000 div class="d-flex flex-shrink-0 gap-2">

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Function.h

Heap allocation free version of C++11 std::function.

Function.h stores the closure in an internal buffer instead of heap allocated memory. This is useful for low latency agent and thread pool systems. Please note that the captured values can perfom allocations, for example std::string.

About

Heap allocation free version of C++11 std::function

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.6%
  • CMake 3.4%
  • Emacs Lisp 3.0%
0