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

Avoid memory allocations in assignments to interfaces #9

Open
lubkoll opened this issue May 10, 2018 · 2 comments
Open

Avoid memory allocations in assignments to interfaces #9

lubkoll opened this issue May 10, 2018 · 2 comments
Labels
backlog enhancement New feature or request

Comments

@lubkoll
Copy link
Member

lubkoll commented May 10, 2018

From @lubkoll on November 13, 2016 22:48

Avoid memory allocations if an object of same type is already hold.

Copied from original issue: spacy-dev/Spacy2#4

@lubkoll lubkoll added the enhancement New feature or request label May 10, 2018
@lubkoll
Copy link
Member Author

lubkoll commented May 10, 2018

Probably needs to wait until finish of porting friendly-type-erasure to C++ with clangTooling

@lubkoll
Copy link
Member Author

lubkoll commented May 10, 2018

Only is of interest for copying of pointers (where instead the content can be copied if both containers contain objects of same type).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant