Skip to content

Use std::deque::insert directly instead of std::copy

Waqar Ahmed requested to merge work/insert-directly into master

Faster than using copy with back_inserter.

Separated out from !542 (closed)

Merge request reports