Today I changed our program to use native JS colle...
# javascript
j
Today I changed our program to use native JS collections (ie.
arrayOf()
instead of
listOf()
) and native JS regular expressions (ie.
RegExp
instead of
Regex
) and our JS init time went from 2644 ms to 1072 ms!
👍 3