Skip to content

v1.0.3 - Event extraction optimizations

Latest

Choose a tag to compare

@TedLyngmo TedLyngmo released this 07 May 13:54

Event extraction was previously done by copying the events. For functional objects carrying heavy load, this could be expensive. This release makes the extractions use move semantics instead.