1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-24 16:07:01 +00:00
CC-Tweaked/projects/core
Jonathan Coates 36d05e4774
Some small optimisations to textutils.urlEncode
This probably isn't useful in practice — nobody is escaping 1MB of data.
Right. Right???? But no harm in doing it.

 - Cache globals as locals.
 - Remove redundant pattern capture.
 - Merge string.format calls into one.

Also remove the "if str then" check. I assume we accepted nil values a
long time ago, but that was broken when we added arg checks. Woops!
2024-08-30 10:15:24 +01:00
..
src Some small optimisations to textutils.urlEncode 2024-08-30 10:15:24 +01:00
build.gradle.kts Change how we put test libraries on the class path 2024-01-31 19:49:36 +00:00