| Roughly speaking, the time to apply regular expression account aliases was O(aliases x transactions), and should now be O(aliases x accounts). Also, the constant factor was reduced a lot by the recent commit memoising toRegex. So now, regex aliases should be "free" like simple aliases - use as many as you want, the slowdown shouldn't be noticeable. | ||
|---|---|---|
| .. | ||
| Account.hs | ||
| AccountName.hs | ||
| Amount.hs | ||
| Commodity.hs | ||
| Dates.hs | ||
| Journal.hs | ||
| Ledger.hs | ||
| Posting.hs | ||
| RawOptions.hs | ||
| StringFormat.hs | ||
| TimeLog.hs | ||
| Transaction.hs | ||
| Types.hs | ||