question about PHYSFS_read and PHYSFS_write

Edward Rudd eddie at omegaware.com
Wed Apr 30 13:16:26 EDT 2003


Which would be faster/more efficient..
PHYSFS_read(handle,buff,8192,1);
or
PHYSFS_read(handle,buff,1,8192);
??
Same question for the PHYSFS_write function.

-- 
Edward Rudd <eddie at omegaware.com>




More information about the physfs mailing list