Improve C Code Generation
jaimesouza opened this issue · 2 comments
jaimesouza commented
I am gonna create a few scripts to generate a single C code version.
krober10nd commented
Neat. Could you elaborate on what you mean by "improving" c code generation?
jaimesouza commented
Currently, pywave has different versions of the C code (constant e variable density, 2d and 3d), and It is going to have more (parallel versions). Despite the specifics, there are a lot of common parts. So, the ideia is to generate (like assemble a puzzle) the final C code in python, instead of having different fixed C files.