Opened 8 days ago
Last modified 8 days ago
#7 accepted enhancement
Optimise multi-arg
| Reported by: | asher | Owned by: | asher |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | component1 | Version: | |
| Keywords: | Cc: |
Description
Currently, the OperCommand::Remove match arm removes entries repeatedly in a very IO-heavy, inefficient way. Optimise this. Specifically, make the arm only execute one write (excluding clearing) to .gitignore, potentially by removing all the specified PATHSs at the buffer stage, before writing.
Note:
See TracTickets
for help on using tickets.
