Skip to content
Snippets Groups Projects
  1. Feb 17, 2022
  2. Feb 16, 2022
  3. Feb 14, 2022
  4. Feb 11, 2022
    • mattijs's avatar
      bdb9a54b
    • Mark OLESEN's avatar
      ENH: avoid unnecessary disk access in writeDictionary (#2362) · 24bee96d
      Mark OLESEN authored
      - added in special handling for monitoring controlDict.
      
        Since controlDict is an unwatchedIOdictionary (not IOdictionary) and
        not registered either, the usual objectRegistry caching is not
        available. Instead, access directly from Time.
      
        Left the balance of the file handling largely intact (for handling
        unregistered dictionaries) but could potentially revisit in the
        future and attempt master-only file access if required. However,
        most other IOdictionary types will be registered, otherwise the
        READ_IF_MODIFIED mechanism would not really work properly.
      24bee96d
  5. Feb 10, 2022
  6. Feb 09, 2022
  7. Feb 07, 2022
  8. Feb 01, 2022
  9. Jan 31, 2022
  10. Jan 24, 2022