equirs / fashionscape-plugin

Fashionscape plugin for RuneLite
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Randomizer performance could be improved #26

Open equirs opened 3 years ago

equirs commented 3 years ago

The randomizer has never been exactly amazing performance-wise, and it notably drops fps significantly at higher intelligence settings. It could be a lot more efficient by pre-processing the cache items and the slots they belong to, then, when the rando button is pressed, randomly choosing each unoccupied slot and shuffling through the items for that slot. Currently, the algo stupidly steps through each item in the cache (including items that cannot be equipped)