in reply to Re^5: Incrementing string arrays when used with foreach loops
in thread Incrementing string arrays when used with foreach loops
The first time I checked, the difference was O(1) vs O(n). I fixed that to O(1) for both, but with a significantly worse constant on unshift.
|
|---|