In the vector_sink block data is allocated dynamically on every call. To improve performance a user could supply a minimum number of items he plans to stream into the vector sink, so memory is already allocated. Could improve speed during testing as well.
In the
vector_sinkblock data is allocated dynamically on every call. To improve performance a user could supply a minimum number of items he plans to stream into the vector sink, so memory is already allocated. Could improve speed during testing as well.