Task #236
Benchmark FileChannel transfers
Status: | New | Start date: | 08/07/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | abeluck | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Component: |
Description
The implementation of IOCipherFileChannel
transfers is purely in java userland, which means copies might be pretty slow. We should see just how slow to determine if we need to make optimizations (if there are any to be made).
Optimization idea: implement the writes at the libsqlfs layer? Maybe doing it in C will be faster.