zoukankan      html  css  js  c++  java
  • (转)Source vs Binary Disadvantages & Advantages of each!

    原链接:http://www.linuxforums.org/forum/newbie/26472-source-vs-binary-disadvantages-advantages-each.html

    1. SourcePackages:

    Advantages

    When you compile your source packages they are tailored much more to the system, and thus will give better performance, as it is more optimized for your system. It is also generaly smaller and doesn't take up as much room on the hrd drive or your bandwidth.

    Disadvantages

    They can take a long time to compile all of the program. Also the dependancy issues can be slightly mor difficult to desipher.



      2. Binary Package:

    Advantages

    They are usually quick and easy to install, and some can resolve dependacy issues for you.

    Disadvantages

    They are big files, and take up more space. They are usually enabled with all the options on the install, and thus the file isn't as well tailored for your system, andit will run slower (this is one of the reasons why source based distro's like gentoo are so fast).

    This is by no means a full overview, but I hope it helps awnsware your question.

    dylunio

  • 相关阅读:
    博客
    参考博客
    KMP
    串匹配
    简单数论
    B
    各种常用函数的模板以及自己的测试数据
    header
    memcached的图形界面监控
    缓存策略
  • 原文地址:https://www.cnblogs.com/assassin/p/3678842.html
Copyright © 2011-2022 走看看