Skip to content

C performance tests

John Behm edited this page Jul 31, 2019 · 2 revisions

normal array int[]

Iteration time: ~1x

std::vector

Iteration time: ~4x

std::list

Iteration time: ~5x

std::set

Iteration time: ~8x

Clone this wiki locally