chrisvxd / story2sketch

Convert Storybook into Sketch symbols 💎
Other
402 stars 32 forks source link

feat: use dynamic thread count for concurrency #71

Closed chrisvxd closed 4 years ago

chrisvxd commented 5 years ago

Closes #67.

@Adomas202 I've attempted to implement dynamic concurrency for the default via node's os module. On my quad core MBP 2018 i7, this is returning 8 threads.

Any chance you'd be able to test this on the same machine as you did for #67?