Dawid Ciężarkiewicz

Results 459 comments of Dawid Ciężarkiewicz

It should be a separate crate, using `rdedup-lib`, it could be hosted in the same repo though, for convenience.

The traverser can implement anything it wants. Rest of rdedup only cares about storing and restoring the sequence of bytes it gives it.

No encryption is done. I don't even know if symmetric encryption is worth implementing. Doesn't seem to have any benefits over public-key one. But if anyone prepares a PR, which...

@axelmagn : Awesome. Please give it a try, and ask question on gitter channel. Usually around evening PST, I'm quite available for chat, but will try to help as I...

Bring it on. I love `structopt`, and the reason I didn't use it here, is because it wasn't there when the project started. BTW. The next major release of clap...

But you might want to try with pined beta release from the start. :)

Quick relevant link: https://github.com/dpc/rdedup/wiki/Rust's-fearless-concurrency-in-rdedup IIRC, the whole backend storage is protected by a sort of a read-write lock, and most operations (in particular adding new data) takes a shared lock...

A backend is anything that can implement these basic interfaces https://github.com/dpc/rdedup/blob/8f9c76772e46c23e67d0189552c525dd2814b9c3/lib/src/aio/backend.rs#L32

I think GC right now will block everything. Backend is irrelevant. From main logic perspective backends are only writing and loading requested files (kind of). However GC can be stopped...

Of course it would be possible. :) Someone has to do it though, because I have no time left in life. :rofl: