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

Also probing other data types, such as byte, long, float etc. #4

Open
avandalen opened this issue Aug 18, 2024 · 2 comments
Open

Also probing other data types, such as byte, long, float etc. #4

avandalen opened this issue Aug 18, 2024 · 2 comments

Comments

@avandalen
Copy link
Collaborator

No description provided.

@boseji
Copy link
Collaborator

boseji commented Aug 18, 2024

Yes Multi Datatype would become a crucial feature for the long run. This can be achieved using a type switch. But the storage is a kind a difficult question since each data type supports a different space requirement.

@avandalen
Copy link
Collaborator Author

Yes storing multiple data types is important but makes it too complex for now. Let's do this if everything works fine. I have worked with the variant class before, maybe this is a handy solution for the circulairbuffer.

@boseji boseji added the future label Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants