hledger/hledger-lib/Hledger
Dmitry Astapov 6f92e70575 lib: remove needless numeric comparisons in bal/bs
accountsFromPostings is currently doing excessive work when adding up
postings in each account. It sorts (accountName, amount) tuples which
cause amounts in them to be compared. There is no need to look at amount
here at all since subsequent summing up and counting does not depend on
order. It is enough to sort by accountname only.

Went through similar pieces of code, made them all look uniform.
2017-11-29 07:08:18 -08:00
..
Data lib: remove needless numeric comparisons in bal/bs 2017-11-29 07:08:18 -08:00
Read journal: use groups sep and prec for decimal hint 2017-11-27 15:47:56 -08:00
Reports cli: --auto adds automated postings to reports 2017-11-26 14:57:41 +00:00
Utils lib: fix backtracking in periodexpr parser 2017-11-27 06:38:47 -08:00
Data.hs cli: --forecast adds periodic transactions to reports 2017-11-26 14:57:41 +00:00
Query.hs lib: Fix filtering by payee and note (#598) 2017-09-05 08:37:19 -07:00
Read.hs fix warnings/errors found by make stacktest 2017-09-30 13:00:22 -10:00
Reports.hs lib: Implemented a testing context for the module MultiBalanceReports. 2017-07-15 08:02:03 +01:00
Utils.hs add & use simpler readJournalFilesWithOpts/InputOpts api 2017-09-14 17:43:32 -07:00