TysonAndre / pecl-teds

Tentative Extra Data Structures for php
BSD 3-Clause "New" or "Revised" License
30 stars 4 forks source link

Add popFront/pushFront as preferred/alternate method names instead of shift/unshift #202

Open TysonAndre opened 2 years ago

TysonAndre commented 2 years ago

For Deque, no elements are being shifted in the underlying collection, unlike array_shift/array_unshift, which take linear time instead of constant time to shift elements in arrays.

See https://externals.io/message/116100#116214