| 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). |