Online Developer Meeting (2021-07-27): Difference between revisions

Line 46: Line 46:
* Wish to replace it with C++ shared pointers
* Wish to replace it with C++ shared pointers
* Expert knowledge wanted!  jwe opened a [https://octave.discourse.group/t/using-std-shared-ptr-t-to-implement-copy-on-write-objects-in-octave/1436 discussion thread]
* Expert knowledge wanted!  jwe opened a [https://octave.discourse.group/t/using-std-shared-ptr-t-to-implement-copy-on-write-objects-in-octave/1436 discussion thread]
* jwe identified "copy expensive" inefficiency about mxArray to octave_value conversion? (some clarification needed)
* jwe identified "copy expensive" inefficiency about mxArray to octave_value conversion? Root of the trouble lies in historical handling of complex data? See this [https://octave.discourse.group/t/improving-performance-of-data-transfer-to-and-from-mex-functions/1437 discussion].
** Root of the trouble lies in historical handling of complex data?? (some clarification needed)


== Previous topics ==
== Previous topics ==