Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KodableTransformables Memory Management #23

Open
matolah opened this issue Dec 4, 2023 · 2 comments
Open

KodableTransformables Memory Management #23

matolah opened this issue Dec 4, 2023 · 2 comments

Comments

@matolah
Copy link
Contributor

matolah commented Dec 4, 2023

Having KodableTransformable as a class may result in unexpected behaviors, such as the one in the screenshot below:

Screenshot 2023-12-04 at 2 25 36 PM

Properties wrapped in Coding are always reference typed, which causes extra memory management work when dealing with structs. Ideally, KodableTransformable should be a struct.

@rogerluan
Copy link
Collaborator

🔥

@JARMourato
Copy link
Owner

@matolah let me know when/if you have a proposed solution :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants