nrn icon indicating copy to clipboard operation
nrn copied to clipboard

beginning of nb

Open alkino opened this issue 1 year ago • 4 comments

alkino avatar Jul 04 '24 08:07 alkino

✔️ c88b8df56b581aaba48c43f374f32c473c23aeca -> Azure artifacts URL

azure-pipelines[bot] avatar Jul 04 '24 09:07 azure-pipelines[bot]

IMO the big advantage of nanobind is when we can get rid of the manual ref-counting, or simplify the code significantly thanks to the new API. If the simplification is not that significant it might be even better to leave as is, due to the risk of regressions. IMO the big advantage with nanobind would be, for static types (like Section and Segment) we can use full class bindings (similar to pytbind11 bindings). For the dynamic Hoc object, we can hopefully do significant simplifications without a full rewrite using the object api

ferdonline avatar Jul 08 '24 13:07 ferdonline