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

Feature request: progress indicator #122

Open
danestarija opened this issue Feb 7, 2025 · 0 comments
Open

Feature request: progress indicator #122

danestarija opened this issue Feb 7, 2025 · 0 comments

Comments

@danestarija
Copy link

It would be nice if users could provide a reference of/pointer to atomic int/float.
This would enable users to check how many bytes have been written while the target object is being serialized.

I am/was trying to serialize a vector<tuple<short,short,short,short,short,short>> with around 50000 elements
I think it would be nice to know how far along am I with this serialization by reading into an atomic int/float via another thread and printing it to stdout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant