#Suggestions to shave some time
1 messages · Page 1 of 1 (latest)
well i was able to shave some time by not call string.to_graphemes inside my to_number function and just passing in a list of strings--still not enough time to get the tests to not time out in Exercism though ☹️
okay, i got the tests to pass in Exercsim. changed how i tested for the solution. tests still run significantly faster locally but at least it's down to about 8 seconds on Exercism site