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

gobject-glue: Optimizations: Cache Dylan wrappers #537

Open
waywardmonkeys opened this issue Aug 10, 2013 · 0 comments
Open

gobject-glue: Optimizations: Cache Dylan wrappers #537

waywardmonkeys opened this issue Aug 10, 2013 · 0 comments
Labels

Comments

@waywardmonkeys
Copy link
Member

Right now, in the make method, we always create new wrappers.

We could instead store the wrappers from the Dylan side in user data on the object (<GObject> supports this) and then get them back later.

This will probably require some dylan-direct-c-ffi work.

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

No branches or pull requests

1 participant