I have converted most of our ETL scripts to Scala

Cool! Glad that (mostly) worked out!

Note that Scala doesn’t have its own regex implementation; it uses the one provided by the JVM. So if you’re looking to see whether anyone else has done regex engine performance comparisons, you don’t need to limit your search to Scala-specific sources.

3 Likes