REPLACE instructions are always preferred to INSERTs and REMOVEs, seeing as they're much faster
If a user types, for example:
-a "REMOVE 0 0"
-a "INSERT 0 a"
Polonius should be able to detect that this could be optimized into a single REPLACE instruction:
This would be major, especially for very large files
REPLACE instructions are always preferred to INSERTs and REMOVEs, seeing as they're much faster
If a user types, for example:
Polonius should be able to detect that this could be optimized into a single REPLACE instruction:
This would be major, especially for very large files