ExecutionGraph icon indicating copy to clipboard operation
ExecutionGraph copied to clipboard

Allocator for sockets.

Open gabyx opened this issue 7 years ago • 0 comments

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 SocketFactory templated over the TConfig
  • The SocketFactory uses a internally a RawAllocator (templated) which is used for the allocation of the Socket.

gabyx avatar Jan 06 '19 15:01 gabyx