No Mats; No Make

No Mats; No Make

258k Downloads

performance on big bucket lists

basdhaan opened this issue ยท 1 comments

commented

hey, i noticed performance going down with big lists, so i did some digging. removing this line improves performance significantly. right now it starts over at the first bucket every time it removes an entry.
https://github.com/TLDRMissions/PublicOrdersReagentsColumn/blob/main/Source/PublicOrdersReagentsColumn.lua#L97

commented

Good catch, the iterator is supposed to stay the same, not be reset.