[GNC-dev] gnc:debug changes

Mike Alexander mta at umich.edu
Sun Mar 8 00:04:08 EST 2020


On 7 Mar 2020, at 5:22, Christopher Lam wrote:

> Ok I think your changes are fine. I don't understand qof_log_check I'd 
> hope it's not slow.

I just pushed the change.

qof_log_check is called a *lot* and I don't think it's a problem.  It 
does a couple of hash table lookups and a couple of string comparisons, 
but that's it.  The hash table will generally only have half a dozen 
entries so the lookup should be fast.

          Mike


More information about the gnucash-devel mailing list