Figure out how to make C structures and assign them to objects. #67
Labels
compilation
Moving some of the code to C to improve performance
enhancement
New feature or request
help wanted
Extra attention is needed
performance
Performance improvement issues
Milestone
I have no idea if this is possible in C extensions, but considering that Rcpp can work on classes, it must be at least partially possible.
I probably cannot define actual
struct
declarations on the fly, but it shouldn't be a problem to do it manually through arrays with the right number of pointers. After all, I do not expect to put general values inpmatch
-defined types.The text was updated successfully, but these errors were encountered: