line / ts-remove-unused

Remove unused code from your TypeScript Project – It's like tree shaking, but for source files
https://www.npmjs.com/package/@line/ts-remove-unused
Apache License 2.0
1.02k stars 12 forks source link

perf: remove worker_threads #65

Closed kazushisan closed 1 week ago

kazushisan commented 1 week ago

After the internal architecture change introduced in v0.7.0, the use of worker_threads has become a cause of slow down rather than helping the performance.

This PR will remove the use of worker_threads.