PerimeterX / restringer

A Javascript Deobfuscator
MIT License
326 stars 37 forks source link

Config to use multiple threads #51

Open 0x3dev opened 1 year ago

0x3dev commented 1 year ago

The overall work is pretty slow on a 20k lines file so making use of worker_threads module and adding a param to specify threads count should help a lot.

BenBaryoPX commented 1 year ago

That's a good ask. I'll leave it open if someone wants to take it as it will take time to implement and test. Here's my take on how to implement it: