Code Monkey home page Code Monkey logo

Comments (4)

ThoughtfulDev avatar ThoughtfulDev commented on August 30, 2024

No threading. Only one instance of FF is open at a time, since some processes depend on each other.

What seems slow?

from eagleeye.

cr4shcod3 avatar cr4shcod3 commented on August 30, 2024

The process like finding image and the reverse image search part. I hope you can find a way to add threading or threading argument in argparse

from eagleeye.

ThoughtfulDev avatar ThoughtfulDev commented on August 30, 2024

The problem is that I use one list for storing the images and scraped links.

Using threading would mean that each thread would have its own list which have to be unified at the end (or one global list which has to be thread save).

Practically I doubt that using threads would speed up the process.
You can always try to implement threading. Pull requests are welcome 😃

(this text may have some spelling mistakes since I'm on mobile)

from eagleeye.

cr4shcod3 avatar cr4shcod3 commented on August 30, 2024

Ok I will try to implement threading on this. Later after I publish the v2 of my tool too. You can now close this

from eagleeye.

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.