Skip to content
Snippets Groups Projects
  • Rob Swindell's avatar
    8fd71027
    Performance enhancement for system.findstr() · 8fd71027
    Rob Swindell authored
    The first argument can now optionally be an array of strings (e.g. as read from File.readAll()), so that multiple searches of the same file (e.g. twitlist.cfg, while importing messages) does not require multiple *reads* of the same file.
    8fd71027
    History
    Performance enhancement for system.findstr()
    Rob Swindell authored
    The first argument can now optionally be an array of strings (e.g. as read from File.readAll()), so that multiple searches of the same file (e.g. twitlist.cfg, while importing messages) does not require multiple *reads* of the same file.