trustmaster / goflow

Flow-based and dataflow programming library for Go (golang)
MIT License
1.6k stars 125 forks source link

flow performance #54

Closed RainAlways closed 4 years ago

RainAlways commented 4 years ago

I try use flow write a simple demo,then test it's performance.it too many time cost in runtime.pthread_cond_signal.i try to use flow.RunProc() or set DefaultComponentMode,but can not find this function and field

trustmaster commented 4 years ago

Closing this because in 1.0 branch a different approach to channel and process management is used to improve performance