mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 16:37:19 +01:00
7aeab49ce5
Some concerns were brought up about the potential for performance concerns with wrapping Destroy() in a try catch. So let me make a trade. /datum is the parent of all objects in existence, and is spending a large chunk of time on proc overhead for 2.6 million qdel'ed objects. <img width="1196" height="811" alt="image" src="https://github.com/user-attachments/assets/06ca1596-2d56-40ca-9ec6-9215ed02113c" /> I'll trade you a faster global destroy() for the better logging so I can finish destroying the garbage collector lag. The cost reduction is from 0.01209ms per datum to 0.007525ms per datum, about a 28% time saving.