A lot of perf micro-optimisations (#20188)

* Refactors Investigate Log

* Speedup character loading

* Optimise SSinstancing

* Removes both path images

* Optimises SSdebugview

* CRLF --> LF

* Update config/example/config.toml
This commit is contained in:
AffectedArc07
2023-01-14 20:01:16 +00:00
committed by GitHub
parent bf61975b2a
commit 0db3259f47
25 changed files with 79 additions and 145 deletions
@@ -103,7 +103,6 @@
// Fuckery to prevent null characters
/datum/character_save/New()
randomise()
real_name = random_name(gender, species)
/datum/character_save/proc/save(client/C)