droid icon indicating copy to clipboard operation
droid copied to clipboard

Reduce Droid loading time

Open MarkusGH opened this issue 4 months ago • 1 comments

Hello,

I want to use Droid to sequentially identify single files under Windows in a batch process.

droid.bat -json -Nr "C:\A_File.txt"

Unfortunately every call takes like 5 seconds

Is there a way to speed this up or is there another approach? Can I preload or precompile something?

Unfortunately running Droid on a directory is not an option.

Thanks

MarkusGH avatar Jul 31 '25 17:07 MarkusGH

I think you can pass multiple files into DROID like this droid.bat -json -Nr "C:\A_File1.txt" "C:\A_File2.txt" "C:\A_File3.txt" "C:\A_File4.txt" although I expect you will get a JSON array out, rather than a sequence of individual JSONs.

steve-daly avatar Aug 18 '25 10:08 steve-daly