CxxWrap is great for wrapping templated code, but for all other calls we should leverage a C-API when possible. Its faster and less bug prone. I think we can have everything except the read/write accessors as a C-API.
CxxWrap is great for wrapping templated code, but for all other calls we should leverage a C-API when possible. Its faster and less bug prone.
I think we can have everything except the read/write accessors as a C-API.