Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
benchmarking is the only way to find that out.
I think a solution for maximum performance would look quite different and would be significantlyfaster (10x to 20x faster i would totally guess). Usually regular expressions are only faster if your programming language is not so performance (like early perl/php implementations I guess).
This was a million years ago, but I'm wondering about the performance of this solution. It's certainnly very readable and elegant once you know a little about regex. Are there multiple iterations involved? How does that work under the dashboard?
wow
Hmm, regex is always cool, much like an epigraph 🤔.bt clean.
What's funny is that the better solution is the one nobody talks about
This is the best solution. Nice.
never thought of using regEx like this. its actually pretty cool !
Floored by this! A proper use of RegEx, in my view.
Amazing!
Amazing!!
I would never believed that multiple line js would be faster than than one line js regex. Can you tell me if in general using regex is slow?
This comment is hidden because it contains spoiler information about the solution
A regex that is actually readable without a chart.
Yup, This is it. Short and sweet.
Love this. One line, easy to read, and probably more efficient than most of the others.
Loading more items...