mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Store plugin graph edges in a std::vector
This cuts the sorting time of a large (1619 plugins) load order by over 60% (15.5 min to 6 min).
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
#include "loot/exception/cyclic_interaction_error.h"
|
||||
|
||||
namespace loot {
|
||||
typedef boost::adjacency_list<boost::listS,
|
||||
typedef boost::adjacency_list<boost::vecS,
|
||||
boost::listS,
|
||||
boost::bidirectionalS,
|
||||
PluginSortingData,
|
||||
|
||||
Reference in New Issue
Block a user