Closed stickz closed 4 months ago
Always use posix-fallocate as a fallback method if available and remove --with-posix-fallocate configure option.
--with-posix-fallocate
Decide at compile time which fallocate method we're using, to avoid run time overhead.
Optimize code paths for socket set size. Remove flag checking and use separate procedures, to allow for additional compile optimization.
Remove unused fallocate scripts from rtorrent build.
Always use posix-fallocate as a fallback method if available and remove
--with-posix-fallocate
configure option.Decide at compile time which fallocate method we're using, to avoid run time overhead.
Optimize code paths for socket set size. Remove flag checking and use separate procedures, to allow for additional compile optimization.
Remove unused fallocate scripts from rtorrent build.