Giter VIP home page Giter VIP logo

Comments (8)

rossengeorgiev avatar rossengeorgiev commented on May 27, 2024

download_to needs to implement a global chunk download task pool to ensure io is saturated

from steamctl.

nutterthanos avatar nutterthanos commented on May 27, 2024

um speaking of which my download performance is very slow
image
i would think its because single thread
or would it be because of this #44
@rossengeorgiev

from steamctl.

nutterthanos avatar nutterthanos commented on May 27, 2024

um steam is also now being slow using download_depot don't know why tho

from steamctl.

rossengeorgiev avatar rossengeorgiev commented on May 27, 2024

Downloading is IO intensive task, which is fine on single thread for downloading. The single thread bottleneck mentioned here is due to the decryption of the chunks, which a CPU heavy task. To improve performance, the decryption needs to be parallelized across the available cores.

Regardless, the speed will never be that low. There isn't enough information to determine why you are experiencing slow download. Could be slow storage, network connectivity, bad cache servers, etc

from steamctl.

nutterthanos avatar nutterthanos commented on May 27, 2024

nope its not slow storage, or my network, maybe lancache is being slower lately when getting chunks upstream
but then again it isn't this slow if i just install a game normally in steam client.
it only seems to do it if i use steamctl or download_depot
i mean if the chunks are already in my lancache it works fine using download_depot or steamctl but using those without the chunks already in lancache its slow i mean i don't know if its slow without lancache at all

from steamctl.

nutterthanos avatar nutterthanos commented on May 27, 2024

also if i download the chunks or whatever using aria2 is seems to work fine like installing a game normally

from steamctl.

GazziFX avatar GazziFX commented on May 27, 2024

Is it not ready yet? I have only half or less of my normal speed

from steamctl.

nutterthanos avatar nutterthanos commented on May 27, 2024

it seems the dev has gone missing or something

from steamctl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.