I'm migrating a data-pipeline written in TS to Effect. While it becomes much more manageable, testeable etc, I wonder if Effect.TS is a good option when it comes to performance in CPU-intensive application?
I build a flame graph with NodeJS's cpu-prof, and I can see a visible amount of CPU-time being spent in some Effect internal calls.
Thank you