petkaantonov / nodeperf

Like a profiler but actually useful in improving performance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Relevance for contemporary Node/V8 versions?

Jongy opened this issue · comments

Hi @petkaantonov , that's a cool project you have here!

I was wondering if it's still relevant with latest Node/V8 versions? Judging by the commit dates it, Crankshaft was still in use, and TurboFan was just being developed. Things are different now, though, and I believe that the assumptions you base on here are not necessarily relevant for TurboFan.

If not relevant, do you have any plans of bringing it alive for latest Node versions? 😁