TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

JavaScript is Not a Joke

2 pointsby akras14over 7 years ago

1 comment

djsumdogover 7 years ago
&gt; The bundle size is large – true, it is a big overkill for a simple stop watch. Hundred megabytes size, however, is very reasonable for complex applications.<p>I dunno about this. That means with a complex app, you still have 100MB of VM. It makes me think of oh so many Java apps that all packaged their own version of the JRE. Anyone one dev could have 10 ~ 15 JREs or full JDKs on their machine at any one time, because everyone wants the stability of their tested JRE and not rely on the system one.<p>I just looked at the Slack executable on my Linux box. It&#x27;s 61MB. The entire &#x2F;usr&#x2F;lib64&#x2F;slack directory is 145MB (including the libnode.so which is 18MB by itself).<p>I know we have tons of disk space today, but we still should be concerned about these massive file sizes for such simple applications. Why does everything needs to be a web app, packaged for the desktop? How did we get to this point?
评论 #15566110 未加载