Files
Bubberstation/code/controllers
SkyratBot 171db94813 [MIRROR] Save 180ms on GetElement by avoiding more stringifying unless necessary [MDB IGNORE] (#23070)
* Save 180ms on GetElement by avoiding more stringifying unless necessary (#77604)

list2params does all this normally and faster. Also avoids going through
the ID generation proc at all if there's only one argument in the list,
which happens with every item description attachment, which happens
frequently.

* Save 180ms on GetElement by avoiding more stringifying unless necessary

---------

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
2023-08-14 08:16:37 -04:00
..