Some encoders make frequent use of the following idiom within a loop: ``` /cws [ cws aload pop cw ] def ``` Better to pre-allocate than to extend by copying.
Some encoders make frequent use of the following idiom within a loop:
Better to pre-allocate than to extend by copying.