Saturday, June 30, 2012

optimizing dd

I was feeling like writing a new paper, but this time not
about boring security topics.
Rather about how dd could be optimized if large files
are copied. You can read it here and find an implementation
here.


If you want to see your logo in the Credits section or
like to sponsor future similar research, let me know.

3 comments:

Anonymous said...

odd.c:26:21: error: sys/vfs.h: No such file or directory
odd.c:33:22: error: linux/fs.h: No such file or directory
odd.c:34:24: error: asm/unistd.h: No such file or directory
odd.c:35:26: error: sys/sendfile.h: No such file or directory
odd.c: In function 'prepare_copy':

why not make this portable?

Sebastian said...

which OS?

Anonymous said...

niiiice :) Good work.