Skip to content
Snippets Groups Projects
Commit 390fadca authored by Yohann Bearzi (Kitware)'s avatar Yohann Bearzi (Kitware)
Browse files

vtkDIYGhostUtilities: speeding up index mapping

In some instances in the code, using a `std::vector` is faster than
using a `std::set` or `std::unordered_map`, because no queries are being
performed as the container gets filled.
parent c9969384
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment