ExecutionGraph
ExecutionGraph copied to clipboard
Allocator for sockets.
This is a relatively easy task. The Sockets should definitely use a RawAllocator (foonathan) such that the memory is continuous for each type. This is easily implemented and added.
- Node::CTOR : takes the
SocketFactorytemplated over theTConfig - The
SocketFactoryuses a internally a RawAllocator (templated) which is used for the allocation of the Socket.