baaron4 / GW2-Elite-Insights-Parser

Binary parser for the .evtc files that arcdps generates after a boss encounter. This will generate a .html file where the results can be easily reviewed.
MIT License
136 stars 48 forks source link

Simplified shared pool useage #943

Closed EliphasNUIT closed 15 hours ago

EliphasNUIT commented 1 day ago

Free reference after each finished stable sort, instead of being based on memory tracking. Simplifies the code and performance difference is barely measurable. Freeing them at every dispose is NoGO.