trezor-suite
trezor-suite copied to clipboard
CryptoToFiatAmountFormatter slow as hell
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.