dpc
dpc
https://github.com/slog-rs/slog/tree/v3 me trying out things that I think should have been different.
Since all these logging statements are placed all over the code already (at least that's the idea), someone might want to log some logging statements as events for `statsd`. Might...
Once Rust implements it, it can be added with backward compatibility. Until then https://docs.rs/slog/2.0.0-3.1/slog/macro.log.html#values-implementing-fmtdisplay will have to do.
While I personally enjoy feeding `rdedup` with `rdup` archive on standard input, having own directory traverser that utilizes mmap, could make things much faster.
This depends on #99 , "backend"/storage config. I am personally using backblaze since it's extra cheap. Right now I'm using `rclone` tool to sync my file storage with b2 bucket,...
By writing index files one could have random access to stored data. There is unfortunate naming collision. I'll call current `index` files, a `chunk-index`, and the new data `byte-index`. Initial...
https://github.com/gyscos/zstd-rs/issues/34#issuecomment-317664657
* `writev` - doesn't seem to make a difference * `fallocate` - maybe? blocked on https://github.com/nix-rust/nix/issues/596 * `O_DIRECT` - to prevent cache pollution? or `fadvise`?
It should be logged along the time report.