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.

Change history (1)

comment:1 by asher, 8 days ago

Status: assignedaccepted
Note: See TracTickets for help on using tickets.