dynein icon indicating copy to clipboard operation
dynein copied to clipboard

Use reference counter in order to avoid multiple clone()s

Open Dentrax opened this issue 4 years ago • 0 comments

Thanks for such a cool project.

Isn't it would be better if we use Reference Counter for multiple-owner references? (i.e: cx, desc) We are cloning these objects unnecessarily every time. We can simply avoid this.

Dentrax avatar Nov 19 '20 06:11 Dentrax