streamz icon indicating copy to clipboard operation
streamz copied to clipboard

Compile the code into c++

Open river-walras opened this issue 1 year ago • 1 comments

I recently find a tool which can compile the python code into c++. Is it possible to using it to improve the performance of streamz?

river-walras avatar Oct 28 '24 15:10 river-walras

You are welcome to try. However, I doubt strongly that the class and async implementation here can be compiled. Indeed, do you find that you have any problem with performance in streamz? I would reckon that the majority of time is spent waiting for events.

martindurant avatar Oct 28 '24 15:10 martindurant