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

  • 相关阅读:
    cookies
    php文件上传
    pho文件和目录操作
    php 日期和时间
    json解析网站
    only_full_group_by的注意事项
    $.extend()、$.fn和$.fn.extend()
    select样式美化(简单实用)
    toArray(),toJson(),hidden([ ]),visible([ ])
    tp5 model 中的查询范围(scope)
  • 原文地址:https://www.cnblogs.com/assassin/p/3678842.html
Copyright © 2011-2022 走看看