-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(memory): memory usage improvements #2098
Conversation
String
to improve memory usage in foldingString
String
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Signed-off-by: onur-ozkan <work@onurozkan.dev>
ae75a3b
to
7b041d6
Compare
@onur-ozkan please fix conflicts in this PR so that I can approve it. |
… into keplr-and-external-sign-swap
49d7d3c
to
a806b48
Compare
Done. |
Hi @onur-ozkan curious to learn the advantage of calling I assume you're trying to avoid calling |
Makes it easier for compiler to optimize (as it stays immutable explicitly) the memory usage. |
* dev: fix(eth): remove my_address from sign_and_send_transaction_with_keypair (KomodoPlatform#2115) fix(utxo-swap): apply events occurred while taker down (KomodoPlatform#2114) refactor(memory): memory usage improvements (KomodoPlatform#2098)
* dev: feat(tendermint): pubkey-only activation and unsigned tx (KomodoPlatform#2088) fix(tests): set txfee for some tbtc tests (KomodoPlatform#2116) fix(eth): remove my_address from sign_and_send_transaction_with_keypair (KomodoPlatform#2115) fix(utxo-swap): apply events occurred while taker down (KomodoPlatform#2114) refactor(memory): memory usage improvements (KomodoPlatform#2098) feat(app-dir): implement root application dir `.kdf` (KomodoPlatform#2102) fix tendermint fee calculation (KomodoPlatform#2106) update dockerfile (KomodoPlatform#2104)
self-explanatory