Test container for TestingCriteria #357
Labels
class::improvement
Cleanup that doesn't affect functionality
class::performance
Performance related issues
good first issue
Good for newcomers
model::abm
This issue concerns any kind of agent-based model.
For performance issues, we should test which data container should be used in TestingCriteria. For now, a vector is used, but a set or an unordered set might be better when having many lookups. This should be tested and changed, if another container is faster.
The text was updated successfully, but these errors were encountered: