Actions
Task #4444
closedfiles: store files in transactions instead of per flow state
Effort:
Difficulty:
Label:
Description
Several goals:
- performance: avoid looping the file list from the tx loop
- code clarity: put thing together that belong together conceptionally
- complexity: esp in Rust working with multiple mutable storage concepts caused issues
Actions