You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #521: core: replace MultiMap with standard library container
Partial implementation: replace MultiMap in MolfileLoader class
Implementation details: tested against both std::multimap and std::unordered_multimap. std::multimap implementation is by a small fraction but faster than std::unordered_multimap counterpart
0 commit comments