Closed nfaggian closed 13 years ago
It looks like we have a bit of c code now. As a result I would like to try and consolidate the c-extensions and have one exposed library, for example:
Register/ Extern/ Sampler.cpp Feature.cpp
If for some reason the libraries cannot be compiled the code should drop back to a python implementation or raise an error.
I no longer have any c++ code in the feature module.
If we keep all c-code to the samplers then I think this task is no longer necessary.
It looks like we have a bit of c code now. As a result I would like to try and consolidate the c-extensions and have one exposed library, for example:
Register/ Extern/ Sampler.cpp Feature.cpp
If for some reason the libraries cannot be compiled the code should drop back to a python implementation or raise an error.