dynein
dynein copied to clipboard
Use reference counter in order to avoid multiple clone()s
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.