Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Isn fetching stuff over the web really slow?

fetching slow stuff web
0
Posted

Isn fetching stuff over the web really slow?

0

You have to get stuff over the web anyway the first time. The system caches everything, and will never even check that the cache is up-to-date if it can satisfy a request without updating. There is no speed hit to using stuff once it’s downloaded. The fact that everything is referenced by fixed URIs instead of having to search means that this system can actually be faster in some cases. Consider loading a shared library. At the moment, a program must, on startup: • Load /etc/ld.so.cache and find the full path of each library from that. • Load the actual library by its path. With Zero-installation, this becomes: • Load the actual library by its path. It also removes the need to run ldconfig at install time (handy, since there is no ‘install time’ ;-), losing a major source of errors and user confusion.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123