Jump to content

Vortex to use multi-thread


lucaslee98

Recommended Posts

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.

Link to comment
Share on other sites

  • 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...