View Issue Details

IDProjectCategoryView StatusLast Update
0000466Medieval EngineersBugpublic2023-05-16 21:16
Reporterequinox Assigned Toequinox  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version0.7.4 (unreleased)Fixed in Version0.7.4 (unreleased) 
Summary0000466: Stat and effect enumeration allocates
Description

Whenever the character movement component enumerates over the list of active entity effects it allocates a temporary enumerable and a temporary list.
This can be converted to using a value type enumerator to avoid this every-tick allocation.

TagsPerformance

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-03-11 23:17 equinox New Issue
2023-03-11 23:17 equinox Tag Attached: Performance
2023-03-11 23:58 equinox Assigned To => equinox
2023-03-11 23:58 equinox Status new => in progress
2023-05-16 21:16 equinox Status in progress => resolved
2023-05-16 21:16 equinox Resolution open => fixed
2023-05-16 21:16 equinox Fixed in Version => 0.7.4 (unreleased)