Skip to content
Snippets Groups Projects
  • Daniele Nicolodi's avatar
    0e9abad3
    orders: Optimization · 0e9abad3
    Daniele Nicolodi authored
    Matching the accounts with a regular expression allows to extract all
    the records with only one BQL query thus not requiring multiple
    iterations through the transactions in the ledger.
    
    The regular expression could be further optimized, see Emacs
    regexp-opt function, but it is probably not worth the effort.
    0e9abad3
    History
    orders: Optimization
    Daniele Nicolodi authored
    Matching the accounts with a regular expression allows to extract all
    the records with only one BQL query thus not requiring multiple
    iterations through the transactions in the ledger.
    
    The regular expression could be further optimized, see Emacs
    regexp-opt function, but it is probably not worth the effort.