Raphtory icon indicating copy to clipboard operation
Raphtory copied to clipboard

Property references and ownership is backwards

Open Alnaimi- opened this issue 1 year ago • 1 comments

Currently our properties are slightly backwards. We make a reference of it and give ownership at the end.

Instead we should be taking ownership at creation and returning a reference of it when you use it.

Alnaimi- avatar May 23 '23 08:05 Alnaimi-

Partially addressed by #1065. Input now takes ownership but we still return owned data rather than references.

ljeub-pometry avatar Jun 26 '23 12:06 ljeub-pometry