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
We have seen two issues related to the portability of minstant in different platforms: #4547 and #10235.
IMO, the bottleneck won't be in the tracing and timing library in a foreseeable future. Fixing ande debugging portability issues in minstant and potentially minitrace can be a headache. I suggest we consider using more widely used libraries like tokio tracing and std time instead.
Discussions are welcomed.
The text was updated successfully, but these errors were encountered:
minitrace relies on minstant.
We have seen two issues related to the portability of
minstant
in different platforms: #4547 and #10235.IMO, the bottleneck won't be in the tracing and timing library in a foreseeable future. Fixing ande debugging portability issues in minstant and potentially minitrace can be a headache. I suggest we consider using more widely used libraries like tokio tracing and std time instead.
Discussions are welcomed.
The text was updated successfully, but these errors were encountered: