trezor-suite icon indicating copy to clipboard operation
trezor-suite copied to clipboard

CryptoToFiatAmountFormatter slow as hell

Open Nodonisko opened this issue 1 year ago • 0 comments

Currently it took ~5ms to render this simple component. This is because of multiple BN usage and conversion back and forth. This component must be rendered under 1.5ms ideally under 1ms because it's used in many places.

Nodonisko avatar Dec 15 '23 16:12 Nodonisko