zoukankan      html  css  js  c++  java
  • rsync

    1、

    文本检索算法是灵感的种子

    2、

    rsync - Wikipedia https://en.wikipedia.org/wiki/Rsync

     phd_thesis.pdf https://www.samba.org/~tridge/phd_thesis.pdf

     How Rsync Works https://rsync.samba.org/how-rsync-works.html

    The rest of the thesis is dedicated to the rsync algorithm which provides a novel
    method of efficiently updating files over slow network links. The rsync algorithm
    was a direct result of my work on parallel filesystems and external parallel sorting
    algorithms. The link is a simple text searching algorithm[Tridgell and Hawking 1996]
    that I developed and which is used by an application running on the HiDIOS parallel
    filesystem. It was this text searching algorithm which provided the seed from which
    the rsync algorithm was able to grow, although the algorithm presented in this thesis

    bears little resemblance to that seed.
    This thesis is a testament to the multi-faceted nature of computer science and the
    many and varied links within this relatively new discipline. I hope you will enjoy
    reading it as much as I enjoyed the research which it describes.

  • 相关阅读:
    什么是动态链接库
    <<TCP/IP高效编程>>读书笔记
    C++ 函数
    我的vim配置
    FastReport4.6程序员手册_翻译
    DUnit研究初步
    ADO BUG之'无法为更新定位行....' 解决之道
    极限编程的集成测试工具Dunit
    总结
    项目管理检查清单项目启动
  • 原文地址:https://www.cnblogs.com/rsapaper/p/10196721.html
Copyright © 2011-2022 走看看