09/09/2022
Nicolaas Jacobsen's answer: I would use C++ for this app. All the files on the system must be scanned, which takes a lot of processing time, so you need fast ex*****on. Python is too slow. Java is faster but still slow. Java is platform independent, but you need different versions for each plat...