caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Francois BERENGER <berenger@bioreg.kyushu-u.ac.jp>
To: caml-list@inria.fr
Subject: Re: [Caml-list] File synchronization implementation(s) in OCaml?
Date: Thu, 8 Feb 2018 17:01:54 +0900	[thread overview]
Message-ID: <8b5cd546-fca5-d78f-09a6-9140cf534a14@bioreg.kyushu-u.ac.jp> (raw)
In-Reply-To: <CAGYXaSZPvKZS75OREbCjFTMFVqTV6Wc=nARAY5v4mY0LS5=uHA@mail.gmail.com>

On 02/08/2018 12:05 PM, Evgeny Roubinchtein wrote:
> Dear OCaml users and developers,
> 
> Do you have advice on:
> 
> 1. Practical file synchronization algorithms.  Rsync is the low bar for
> my purposes here, i.e., I don't want anything that performs worse than
> rsync in practice, but I am wondering if there is a way to do better. 
> My completely uninformed attempt at searching the literature turned up
> this paper: http://engineering.nyu.edu/~suel/papers/recon.pdf, but I
> don't know anything about the area, so I am afraid that I don't even
> know what I don't know about the subject :-).  I am also aware that
> Unison has an implementation of an rsync-like algorithm, but I don't
> know much more than that about that implementation.

The algorithm behind the tarsnap service looks cool.
I think it works even on binary files.

https://www.tarsnap.com/

I think the exact algorithm is given in Colin Percival's thesis:
https://ora.ox.ac.uk/objects/uuid:4f0d53cc-fb9f-4246-a835-3c8734eba735/datastreams/THESIS01

> 2. Existing implementation(s) of said algorithms in OCaml.
> 
> Thank you in advance!
> 
> -- 
> Best,
> Evgeny ("Zhenya")

  parent reply	other threads:[~2018-02-08  8:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-08  3:05 Evgeny Roubinchtein
2018-02-08  7:24 ` Malcolm Matalka
2018-02-08  8:01 ` Francois BERENGER [this message]
2018-02-08 13:11 ` Cedric Cellier
2018-02-08 14:44   ` Yaron Minsky
2018-02-08 15:42     ` Evgeny Roubinchtein
2018-02-08 15:50       ` Hendrik Boom

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8b5cd546-fca5-d78f-09a6-9140cf534a14@bioreg.kyushu-u.ac.jp \
    --to=berenger@bioreg.kyushu-u.ac.jp \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).