Point72 / csp

csp is a high performance reactive stream processing library, written in C++ and Python
https://github.com/Point72/csp/wiki
Apache License 2.0
150 stars 27 forks source link

Look into removing autogen from the build #303

Open robambalu opened 1 week ago

robambalu commented 1 week ago

Currently there are only two items generated to build csp engine

this complicated the build immensely, and also blocks us from cross compiling: https://github.com/Point72/csp/issues/264

We should see if there is a nice way to define these types in C++ and expose them to python, rather than define them in python and autogen c++