jonim8or

Results 4 comments of jonim8or

Small update. The extremely large detection time in the last command was due to a typo in one of the file paths... so I will cross out the last part....

I created a simple way to reproduce it. It checks out moment.js and tries to find duplicates there. [jscpd-411.zip](https://github.com/kucherenko/jscpd/files/5583713/jscpd-411.zip) ``` const {detectClones} = require("jscpd"); (async () => { console.time('Total time');...

The issue is not related to 411. The very long execution time I mentioned in 411 and later crossed out again, turned out to be caused by this less file....

Hi, I think I found the cause. For me, the "something" that breaks it, is a loki restart. And the cause is that the prepareJsonBatch does the changes in the...