TerminatorNL / LagGoggles

A minecraft forge mod which visualises lag in the world
GNU General Public License v3.0
54 stars 20 forks source link

significantly optimize ProfileResult#createPackets #134

Closed DaMatrix closed 1 year ago

DaMatrix commented 1 year ago

this reduces the method's runtime from O(N³) to O(N). on my server, results generation previously took over 5 minutes, and now takes less than half a second.

TerminatorNL commented 1 year ago

Thank you for the commit! I'll set up my development environment to check and build it in the near future. At first glance, it looks good :+1:

TerminatorNL commented 1 year ago

Brilliant stuff! Thanks for contributing!