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
Currently integer data is encoded in string packet with the to_string() method which allocates and is really slow. Using the itoa crate would allow to avoid allocations and slowness.
Currently integer data is encoded in string packet with the
to_string()
method which allocates and is really slow. Using the itoa crate would allow to avoid allocations and slowness.Related to #124 (comment)
The text was updated successfully, but these errors were encountered: