ethanmoffat / EndlessClient

An open source client for Endless Online written in C#
MIT License
34 stars 16 forks source link

Memory usage 🤮 #230

Open ethanmoffat opened 1 year ago

ethanmoffat commented 1 year ago

Like, I know it's a GC language and I'm using immutable constructs that generate a ton of garbage on every .WithX call but I should be able to do better than this.

Would like to try making everything in the IOC container a singleton, even stuff that doesn't hold state.

image