37
unity
7y

Woohoo! I fixed a huge memory leak in our app! ... In one class.

Time for noise cancelling head phones, 80s hacker music, tons of caffeine, and more leak hunting. :)

Comments
  • 2
    Congratulations! You should develop in Java. Java NEVER has memory leaks!
  • 3
  • 3
    @loopback funny cause at our work, java is the most likely to have memory leaks due to the stupid way it has to talk to base libraries (JNI) and the fact that java has no idea what happens on the C side. Whereas most other languages can deal with freeing the C pointers directly, JANI seems to have massive issues especially as it relates to threading and allocating java types from the C side.

    PS, I know it's a joke
Add Comment