Git Product home page Git Product logo

Comments (2)

bahusafoo avatar bahusafoo commented on July 20, 2024

Long loading times in valdiation scene occur due to the validation scene being single threaded and working on a large list of large files. The validation scene is still utilizing the first iteration ever created and hasn't had any enhancement focus given at all.
Presently, The bigger your game client, the worse this will be. Validation is important, as it ensures your game clients don't have anything modded or extra added to them other than what you deliver. There is a feature enhancement planned already for this that will make this way faster and display a status as validation occurs (currently, the process appears to become unresponsive as file validation happens on the main thread, multithreading will allow us to display a status indicator, at least a spinner)

from atavism-game-launcher-for-windows.

bahusafoo avatar bahusafoo commented on July 20, 2024

Multi-Threading has been added to the game validation scene. This lays the framework for chunking up validation work into smaller jobs which can run in parallel, which will decrease the time for validation to occur while launching games (future work). Opening a separate issue for validation job chunking, closing this one out as the "not responding" issue itself has been resovled.

from atavism-game-launcher-for-windows.

Related Issues (5)

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.