Open
Description
In my usecase, I'm only calling a single async resolver that returns in 2ms, this 1ms sleep adds a 50% processing overhead that can be possibly avoided. In case of many-many resolvers this also adds up while also adding a lot of core.async go-block greenthread context switches.
The line in question:
pathom/src/com/wsscode/pathom/parser.cljc
Line 288 in c30ccb4
Metadata
Assignees
Labels
No labels