fast_rsync icon indicating copy to clipboard operation
fast_rsync copied to clipboard

Defaults or advice for choosing SignatureOptions

Open mpartel opened this issue 7 months ago • 0 comments

It's not obvious how to choose good parameters for SignatureOptions. The docs do nicely explain what kind of effect the parameters have, but they don't make it easy to choose concrete values.

It might be good to

  • impl Default for SignatureOptions, if universally reasonable defaults exist, or
  • add a constructor that produces parameters that are good for e.g. a given file size and acceptable collision rate, or
  • elaborate the documentation.

mpartel avatar Jul 21 '24 06:07 mpartel