SmCTwelve / f1-bot

🏁 A Discord bot to view F1 stats.
MIT License
18 stars 4 forks source link

Memory optimise #21

Closed SmCTwelve closed 1 year ago

SmCTwelve commented 1 year ago

Addresses the biggest blocks of memory not being freed up after command execution and plot figures lingering with additional blocks being allocated over time.

Memory usage now only spikes during data processing but gets freed up after execution.