Regex performance
Slides: hackmd.io/@instanceofme/H13VSoKYn
Why?
DSS had this, executed under transaction, when copying code between recipe & notebook:
sLine.replaceAll("\\s*$", "") // strip trailing spaces
…which worked well enough
…until it's fed a line with 262344 spaces followed by a comment (yes)