Back in the days of ColdFusion 5, I had code that was an order of magnitude faster if I wrote a file in CF, shelled out to perl script that wrote its filtered output to another file, and read that file back into CF, than if I wrote the same expressions using CF's own regexp functions.
no subject
Back in the days of ColdFusion 5, I had code that was an order of magnitude faster if I wrote a file in CF, shelled out to perl script that wrote its filtered output to another file, and read that file back into CF, than if I wrote the same expressions using CF's own regexp functions.