Changes between Version 2 and Version 3 of Performance/Sep2011
- Timestamp:
- 2011-09-26T05:01:56Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Performance/Sep2011
v2 v3 23 23 == MDMF (trunk) == 24 24 25 MDMF is fast! Trunk downloads 1MB/10MB/100MB MDMF files at around 4MBps. The 26 download speed seems unaffected by k (from 1 to 60). Partial reads take the 27 expected amount of time: O(data_read), slightly quantized near the 128KiB 28 segment size. 25 MDMF is fast! Trunk downloads 1MB/10MB/100MB MDMF files at around 4MBps. 26 ~~The download speed seems unaffected by k (from 1 to 60)~~. Partial 27 reads take the expected amount of time: O(data_read), slightly quantized 28 near the 128KiB segment size. 29 30 (update 25-Sep: the test harness appears to have been flawed, and all 31 MDMF files were actually k=3. A new test is in the works to get proper 32 data on how MDMF read speed varies with k). 29 33 30 34 * MDMF read versus k, 100MB attachment:MDMF-100MB-vs-k.png (timing5.out) … … 74 78 * use unencrypted HTTP for share reads 75 79 76 readv() is the least-work/most-promising, since MDMF has readv() and achieves77 high speeds. First step is to do whatever MDMF is doing 80 readv() is the least-work/most-promising, ~~since MDMF has readv() and 81 achieves high speeds. First step is to do whatever MDMF is doing~~ 78 82 79 83 == Future Tests ==