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
Marshalling in IBC involves converting complex data structures into a network-transmittable format. Current marshalling implementations are inefficient due to issues like redundant computations, unnecessary wrapping, and suboptimal utility functions.
Recommendation
Optimize marshalling functions by addressing inefficiencies like recomputed bytearray lengths, redundant uint64() usage, and inefficient sov() calls.
Implement optimized encoding techniques to reduce memory and CPU usage.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Task description 🔨🔧
Description
Marshalling in IBC involves converting complex data structures into a network-transmittable format. Current marshalling implementations are inefficient due to issues like redundant computations, unnecessary wrapping, and suboptimal utility functions.
Recommendation
uint64()
usage, and inefficientsov()
calls.Anything else?
No response
The text was updated successfully, but these errors were encountered: