Jump to content

Recommended Posts

Posted

Currently using a I9 9900kf and i realized why the download of collections is so slow is because of the installing section of mods. Is there anyway to make it use all my 16 threads?

  • Community Manager
Posted

Vortex is built on a technology called Electron which doesn't have very good support for multi-threading so I'm not sure if this would be possible without entirely re-writing the app.

Posted

Vortex itself doesn't make use of multiple threads but most of what Vortex does is either I/O limited (downloading/copying/linking files and such), handled by libraries (that _are_ multithreaded if necessary) (like extracting archives, hashing files, ...) or would always be single-threaded even when using other technology (UI rendering).

 

Downloading files for example would usually be limited by your internet or disk speed, even on 1GB/s internet downloading at full speed from a premium server I had no problem with my cpu becoming a bottleneck. The main CPU load when downloading files (from nexusmods) is ssl decryption (because all downloads from this site are needlessly delivered via https) but Vortex uses a standard library for that (openssl/libressl), it's not up to Vortex whether that happens single- or multi-threaded.

  • 10 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...