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

Central Object for Recycler #2

Open
mlaures opened this issue Jun 7, 2022 · 0 comments
Open

Central Object for Recycler #2

mlaures opened this issue Jun 7, 2022 · 0 comments
Labels
enhancement New feature or request wish

Comments

@mlaures
Copy link
Contributor

mlaures commented Jun 7, 2022

Have multiple recyclers made when the user initializes all data types. Search by type and by size of memory (or string so that users can name their data types).

Maybe? Allow user to take hold of a data type recycler itself.

Option 1: shape/type of all necessary recyclers pre-defined and made with central recycler construction
Option 2: flexible creation of recyclers when calling "fill" function - allocates new memory and recycler for each new shape/type pair given
-> can use map storage either way; map needs to be atomic if using option 2

@mlaures mlaures added the wish label Jun 10, 2022
@mlaures mlaures added the enhancement New feature or request label Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wish
Projects
None yet
Development

No branches or pull requests

1 participant