>>>>> Simon Michael <[email protected]> writes:

> Well the big one is when your journal gets huge, split it up by year or
> something, so you're not parsing and searching old transactions you don't
> care about.

The two biggest slowdowns I know of:

  - The -V flag.  I intend to switch to using Boost.Graph, which should speed
    this up quite a bit.

  - Automated transactions.  Every automated transaction predicate must be
    evaluated in the context of every posting, so it slows down by O(N^2).

John

Reply via email to