Skip to content

Commit

Permalink
Bugfix/whitlock/performance improvements (#1068)
Browse files Browse the repository at this point in the history
* Move O2MIterator creation outside loop.

* Good speed up for O2MIterator.

* Performance improvement 1 for calculate_unstructured_centroids.

* calculate_unstructured_centroids improvement 2.

* More optimizations for calculate_unstructured_centroids.

* TopologyMetadata improve populating entity_index_bag.

* TopologyMetadata eliminate a call to map::find.

* Convert a std::set to std::vector.

* TopologyMetadata - selectively skip global_id computation.

* TopologyMetadata - simplify dim_geassocs_maps, dim_leassocs_maps some.

* TopologicalMetadata - change assoc map structure a bit, improve code readability, preallocate some memory to reduce reallocations.

* Further performance improvements for calculate_unstructured_centroids.
  • Loading branch information
BradWhitlock committed Jan 23, 2023
1 parent 5796042 commit 2d2fe82
Show file tree
Hide file tree
Showing 5 changed files with 692 additions and 212 deletions.

0 comments on commit 2d2fe82

Please sign in to comment.