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

[Vote to make it open-source] Object pools #241

Closed
fzyzcjy opened this issue Dec 9, 2021 · 5 comments
Closed

[Vote to make it open-source] Object pools #241

fzyzcjy opened this issue Dec 9, 2021 · 5 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@fzyzcjy
Copy link
Owner

fzyzcjy commented Dec 9, 2021

Avoid transfering large objects or even non-serializable objects (e.g. with a mutex) between Rust and Dart. Instead, let it always live in Rust, and Dart only gets an integer as a handle.

Remark: I have written and used it internally in my project (in production environment). If you need to use it, I can make it open-source.

@fzyzcjy fzyzcjy added the enhancement New feature or request label Dec 9, 2021
@fzyzcjy
Copy link
Owner Author

fzyzcjy commented Dec 11, 2021

If #243 is done, this is no longer needed

@fzyzcjy fzyzcjy mentioned this issue Jan 5, 2022
13 tasks
@stale
Copy link

stale bot commented Feb 9, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Feb 9, 2022
@fzyzcjy
Copy link
Owner Author

fzyzcjy commented Feb 12, 2022

bump since it is #242's dependency

@stale stale bot removed the wontfix This will not be worked on label Feb 12, 2022
@stale
Copy link

stale bot commented Apr 13, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Apr 13, 2022
@stale stale bot closed this as completed Apr 20, 2022
@github-actions
Copy link
Contributor

github-actions bot commented May 5, 2022

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant