ID:2701395
 
Resolved
Various text routines like url_encode() have been improved considerably and should perform much better than before.
Applies to:Dream Daemon
Status: Resolved (514.1558)

This issue has been resolved.
(This fr was requested by lummox in response to discussion on the patreon discord, this fr has already been implemented)

url_encode copies the string twice (once at the start, and again while parsing the string) doesn't allocate slack space when expanding the string, and works one by one rather then using spantext to skip pass uninteresting characters so it can copy them in chunks.

Lummox JR resolved issue with message:
Various text routines like url_encode() have been improved considerably and should perform much better than before.