https://github.com/saphereye/parsync
Parallel file synchronizer
https://github.com/saphereye/parsync
parallel-programming rsync rust
Last synced: 3 months ago
JSON representation
Parallel file synchronizer
- Host: GitHub
- URL: https://github.com/saphereye/parsync
- Owner: Saphereye
- License: mit
- Created: 2025-03-06T10:19:14.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-06T10:53:22.000Z (about 1 year ago)
- Last Synced: 2025-03-06T11:30:16.079Z (about 1 year ago)
- Topics: parallel-programming, rsync, rust
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parallel file synchronizer
The program aims to improve upon file transfer/copying speeds by leveraging multithreaded options.
Very loose "benchmarking" shows promise, with the following results
| File Size | rsync | parsync |
|-----------|-------------|---------------|
| 34.21 GiB | 1m 57s | 27s
This project doesn't aim to replace rsync, but rather to provide a faster alternative for those who need it (like me).
## Usage
```bash
parsync --src --dst [--threads ]
```