Hacker News new | ask | show | jobs
by maxwellg 2667 days ago
Are you saying that async hooks perform fine with Bluebird but not native promises? Why not use Bluebird everywhere then?
1 comments

Because this is not a solution, you still get penalty and bluebird is slower in latest nodejs versions.

Not really a long term solution.

We adapted approach with context from golang and now it works really well.