Comment on Skypack – A new kind of JavaScript delivery networkparentComments−blaisio6yYes that's fair, with less code you have less to parse. Parsing time is ideally a negligible amount of time, especially because it can normally happen asynchronously, but for very large libraries I could see it being an issue.−rimliu6y"ideally"
Comments
Yes that's fair, with less code you have less to parse. Parsing time is ideally a negligible amount of time, especially because it can normally happen asynchronously, but for very large libraries I could see it being an issue.
"ideally"