hledger/hledger-lib/Hledger
Simon Michael 21adfe2c25 fix: really fix slowdown with many accounts [#2153]
The previous #2153 fix used accountNameTreeFrom, but it turns out this
has always had O(n^2) performance, so our tests with 10k accounts ran
even slower than before. Now it's faster, the main #2153 slowdown
should really be fixed, and other commands which build an account tree
should also be free of this slowdown when there are very many accounts.
2024-01-26 13:53:47 -10:00
..
Data fix: really fix slowdown with many accounts [#2153] 2024-01-26 13:53:47 -10:00
Read fix: a slowdown with many txns and many accounts since 1.29 [#2153] 2024-01-25 13:49:49 -10:00
Reports dev: distinguish oneLineFmt and oneLineNoCostFmt; add fullZeroFmt 2024-01-23 21:35:06 -10:00
Utils fix: traceOrLog and a rare warning from valuation code 2023-12-23 19:22:33 -10:00
Data.hs ref: move journal checking/pretty errors down further, to Hledger.Data 2022-05-21 18:29:13 -10:00
Query.hs ;dev: Query comments 2024-01-21 00:57:30 -10:00
Read.hs fix:add,import,web: really avoid filenames ending with . on Windows [#1056] 2024-01-04 17:35:22 -10:00
Reports.hs cln: tests: Remove test and tests, which are just aliases for testCase 2021-08-30 16:32:19 -10:00
Utils.hs imp: more precision handling fixes, debug output, test updates (precisiongeddon) 2023-11-08 13:59:18 -08:00