Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable StrictData in
TxHistory
module (#4885)
- Make `TxHistory` strict ```haskell data TxHistory = TxHistory { byCustomer :: ByCustomer , byTime :: ByTime } ``` ### Heap profile before ![cardano-wallet-9-deposit-after-demo](https://github.com/user-attachments/assets/b4156f89-2e7b-43a9-8940-d73d9d94f00a) ### Heap profile after ![cardano-wallet](https://github.com/user-attachments/assets/cfe946e7-11f1-42dc-bef4-1558353b088d) ### Issue Number Fixes #4876
- Loading branch information