sccn / lsl_archived

Multi-modal time-synched data transmission over local network
242 stars 134 forks source link

Add `std::vector<T>` overload to `pull_sample` / `pull_sample_multiplexed` #311

Closed tstenner closed 5 years ago

tstenner commented 6 years ago

std::vector<std::vector<T>> causes a lot of memory allocations and is about half as fast as a single contiguous buffer.

tstenner commented 5 years ago

Closed by #317