MyCryptoHQ/shepherd

Use v8 profiling to find performance bottlenecks

HenryNguyen5 opened this issue · 0 comments

When following the guide: https://nodejs.org/en/docs/guides/simple-profiling/
I found that actionChannel takes up the majority of cpu time, this could be optimized by instead using an eventChannel which would skip the store dispatch.