[♻] Scroll Frame Recycling
Tracked since by GohanDucis
Concurrent players
Metrics over time
About & history
Scroll Frame Recycling, a magical optimization technique that fixes the problem with every inventory system ever when it comes to storing thousands of options in a VERY laggy manner. What does it do? It simply generates a minimum amount of option-rows that get recycled whenever the ScrollingFrame's canvas moves (existing rows position-loop & update with new options). NOTE: There isn't a kit as of this moment, you'll need to empty the unnecessary parts of the code until I make a dedicated module for this in the future. The RowTemplate MUST be a fixed size & inside of the ScrollingFrame, so row-generation & position calculations work as intended. ♻

