Join Slack
Powered by
Today I changed our program to use native JS colle...
# javascript
j
jessewilson
01/19/2021, 3:40 AM
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
Open in Slack
Previous
Next