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

Consider whether to use wxObjectRefData instead of RefObject #30

Open
iwbnwif opened this issue Apr 30, 2017 · 0 comments
Open

Consider whether to use wxObjectRefData instead of RefObject #30

iwbnwif opened this issue Apr 30, 2017 · 0 comments
Labels
Milestone

Comments

@iwbnwif
Copy link
Owner

iwbnwif commented Apr 30, 2017

wxWidgets implements its own reference counting mechanism, see http://docs.wxwidgets.org/3.1.0/overview_refcount.html.

It might be worth considering to use that mechanism rather than the bespoke one currently defined in refobject.h, although the wxFreeChart one does seem reasonably efficient.

@iwbnwif iwbnwif added this to the 2.0 milestone Apr 30, 2017
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