w / r [terminology]
Terminology¶
Usage¶
- Use
wfor a write index andrfor a read index in compact in-place algorithms. wmarks where the next retained value is written.rmarks the element currently being inspected.- This pair is preferable to generic
iandjbecause it expresses data flow.