Giter VIP home page Giter VIP logo

Comments (6)

namazso avatar namazso commented on May 29, 2024 2

Because there is no point doing that compared to allowing the user to change and restart calculation (as suggested here).
When done the automatic way:

  • best case will make the next calculation faster because windows already caches the file due to the previous reads
  • worst case we just burned some cpu and did some pointless reads - who cares

from openhashtab.

namazso avatar namazso commented on May 29, 2024

aborting calculation is a thing implemented in code already, i'll try to make space for a button. Where you drawn it on your picture it would be out of the window on non dpi scaling systems (related: #29 )
as for recalculation, it might be a bit more complex issue, since it requires disabling buttons and restoring some other stuff, but i can maybe sidestep this by "secretly" deleting and recreating the tab.

from openhashtab.

nkh0472 avatar nkh0472 commented on May 29, 2024

If recreating tab works, the stop button is not necessary.
Do not freeze the "gear" button during calculation is the simplest solution.

from openhashtab.

namazso avatar namazso commented on May 29, 2024

that would be far harder. the buttons are disabled because code isn't prepared for any of them being used. I'll think about redesigning this part, because this is also why you can't just add new files on the fly.

from openhashtab.

nkh0472 avatar nkh0472 commented on May 29, 2024

Usually, when we want to compare file hash, we only need a specific algorithm. So why not choose the algorithm first and then calculate it, I mean, it is not necessary to calculate automatically.
HashTools and QuickHash are both working like this.

from openhashtab.

vertigo220 avatar vertigo220 commented on May 29, 2024

Should this issue be closed?

from openhashtab.

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.