Re: [elixir-core:11700] Performance of regular expression matches

2024-03-15 Thread Manish sharma
How Machine Learning Services Help Business? - With Machine Learning consulting services businesses can consider cost reduction while boosting performance. - It helps organizations to timely finish the task with utmost accuracy.

Re: [elixir-core:11700] Performance of regular expression matches

2024-03-15 Thread 'marcel...@googlemail.com' via elixir-lang-core
The benchmark results I'm getting are indeed not as dramatic as the fprof results, but on the other hand also more than the 5% mentioned in the PR which introduced the check: https://github.com/elixir-lang/elixir/pull/9040 ```elixir regex = ~r/^([a-z][a-z0-9\+\-\.]*):/i re_pattern =