You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: