crazy-max / docker-rtorrent-rutorrent

rTorrent and ruTorrent Docker image
MIT License
460 stars 103 forks source link

Make rtorrent and libtorrent with -O2 -flto #202

Closed stickz closed 1 year ago

stickz commented 1 year ago

rTorrent, libTorrent and xmlrpc support link time optimizations. It's safe to do this. Make rTorrent and libTorrent with Level 2 optimizations. (default is no optimization) This significantly improves performance and reduces code size.

BloodyIron commented 1 year ago

What is the "common" turn-around between merging into master, a next release, and hitting dockerhub? I'd like to sink my teeth into this one promptly ;)

crazy-max commented 1 year ago

@BloodyIron You can use the edge tag: crazymax/rtorrent-rutorrent:edge.

BloodyIron commented 1 year ago

@crazy-max okay just tried edge, and I'm getting the same effect. One sample even had getplugins.php taking 6.97s to load! :O