Changes between Version 3 and Version 4 of Ticket #3952, comment 2
- Timestamp:
- 2022-12-13T16:36:34Z (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3952, comment 2
v3 v4 15 15 * Immutable downloads have a massive latency hit, probably due to not utilizing parallelism well, so large files suffer from latency hit even when bandwidth is not a bottleneck. Also using a lot of CPU. 16 16 17 I then tested Foolscap with 20MB file. Upload was similar, but download was 20,800ms clock time and 2,100 CPU time. So HTTP download isworse than Foolscap, but Foolscap downloads are still quite bad.17 I then tested Foolscap with 20MB file. Upload 3,200ms clock time, 500ms CPU time, so HTTP upload is worse but not too bad in comparison. Foolscap download was 20,800ms clock time and 2,100 CPU time. So HTTP download is much worse than Foolscap, but Foolscap downloads are still quite bad.