Simon Michael
Simon Michael
7 years later: some current measurements, on a 16G macbook air m1, using GHC 9.4.5: ```shell $ hledger-1.30.1 --version hledger 1.30.1, mac-aarch64 $ make samplejournals make: Nothing to be done...
So roughly speaking, hledger memory use scales linearly with the number of transactions being processed, with heap usage reaching 5K x number of transactions. Eg, for ten thousand transactions, 50...
Would someone like to follow up on this ? @dstrelnikov how many transactions have you, how much data is the page downloading, how long does it take to download &...
I'm using stack as mentioned. Unfortunately I wasn't smart enough to figure out how to force cabal-install to (re)install the package and verify that it worked.
It was this: ``` resolver: nightly-2024-01-04 packages: - hledger-lib - hledger # blocked by https://github.com/luite/hfsevents/issues/16 #- hledger-ui - hledger-web extra-deps: - cassava-megaparsec-2.1.0 - email-validate-2.3.2.19 - yesod-1.6.2.1 - yesod-form-1.7.6 # work...
But I should give a better repro. Here it is with no stack.yaml: ``` $ cd; stack --resolver nightly-2024-01-04 build hfsevents Warning: Stack has not been tested with GHC versions...
Hi @luite, did you have a chance to look at this again ?
Just saw @mpilgrem's edit. I confirm that updating hfsevents.cabal this way makes it build cleanly with stack/ghc-9.8/Cabal-3.2.1.0. @luite, perhaps you could accept PR #17 and make a new release on...
Thank you! hfsevents-0.1.7 is working for me.
I can reproduce with "Difftastic 0.55.0 (built with rustc 1.75.0)" (latest homebrew version) with these files: - [a.txt](https://github.com/Wilfred/difftastic/files/14300893/a.txt) (14 lines) - [b.txt](https://github.com/Wilfred/difftastic/files/14300894/b.txt) (315 lines) GNU diff's output is 306 lines.