[DNM] Some absolute insanity performance hacks (#27204)

* Some absolute insanity performance hacks

* Ok NOW its getting weird

* Adds a way of verifying if this is working

* Lets see how this goes

* Build Rust library

---------

Co-authored-by: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
This commit is contained in:
AffectedArc07
2024-11-14 17:45:29 +00:00
committed by GitHub
co-authored by paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
parent a08dd177ba
commit e1544141dd
7 changed files with 36 additions and 10 deletions
+5
View File
@@ -91,6 +91,11 @@ GLOBAL_PROTECT(revision_info) // Dont mess with this
msg += "<span class='notice'><b>Server Revision Info</b></span>"
// Round ID first
msg += "<b>Round ID:</b> [GLOB.round_id ? GLOB.round_id : "NULL"]"
#ifdef PARADISE_PRODUCTION_HARDWARE
msg += "<b>Production-hardware specific compile:</b> Yes"
#else
msg += "<b>Production-hardware specific compile:</b> No"
#endif
// Commit info
if(GLOB.revision_info.commit_hash && GLOB.revision_info.commit_date && GLOB.configuration.url.github_url)