string-replace is very stack-inefficient
string-replace is used for string interpolation. With big strings it may result in a stack overflow. Maybe a native implementation, at least on the Java platform, would be better.
Submitted by Lennart Kats on 20 May 2010 at 13:08
Issue Log
On 20 May 2010 at 15:21 Lennart Kats commented:
Fixed in in r20859/r20866 (for STRJ; not sure if this is a problem with the C version).
Log in to post comments