mtconnect / cppagent_dev

Private C++ Agent for Pending Release Development
Apache License 2.0
1 stars 1 forks source link

Pipeline move semantics #264

Closed wsobel closed 1 year ago

wsobel commented 1 year ago

Changed pipeline transforms to use lvalues and move semantics to increase performance and remove the requirement to copy entities.

Also, added some addition pipeline documentation.