1 file changed
+1
-1
lines changed- Cargo.lock+32-32
- Cargo.toml+1-2
- README.md+5-5
- docs/images/performance-testing-arch.png
- docs/performance-optimization.md+98
- dragonfly-client-config/src/dfdaemon.rs+38-6
- dragonfly-client-core/src/error/errors.rs+3-3
- dragonfly-client-core/src/error/mod.rs+3-3
- dragonfly-client-init/src/bin/main.rs-1
- dragonfly-client-init/src/container_runtime/containerd.rs+3
- dragonfly-client-storage/src/content.rs+153-15
- dragonfly-client-storage/src/lib.rs+50-2
- dragonfly-client/Cargo.toml+1-1
- dragonfly-client/src/bin/dfcache/main.rs-1
- dragonfly-client/src/bin/dfdaemon/main.rs+2-3
- dragonfly-client/src/bin/dfget/main.rs-1
- dragonfly-client/src/bin/dfstore/main.rs-1
- dragonfly-client/src/grpc/dfdaemon_upload.rs+5-5
- dragonfly-client/src/proxy/cache.rs+124-18
- dragonfly-client/src/proxy/mod.rs+41-23
- dragonfly-client/src/resource/mod.rs+1
- dragonfly-client/src/resource/persistent_cache_task.rs+35-35
- dragonfly-client/src/resource/piece.rs+95-64
- dragonfly-client/src/resource/piece_collector.rs+4-4
- dragonfly-client/src/resource/piece_downloader.rs+119
- dragonfly-client/src/resource/task.rs+38-38
- dragonfly-client/src/tracing/mod.rs+1-2
0 commit comments