Skip to content
Snippets Groups Projects
Verified Commit 5a429708 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Optimization: use std::unordered_map instead of std::map when computing temporary terms

Improve performance on very large models (⩾ 5000 equations).

Note that std::unordered_set cannot be used for the temporary_terms_t type,
because ordering is needed there (for writing the output files).
parent e22d9049
Loading
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