invertase / denque

The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries.
https://docs.page/invertase/denque
Apache License 2.0
354 stars 33 forks source link

Methods added. #6

Closed noevents closed 7 years ago

noevents commented 7 years ago

Hi! I added three methods to your queue: remove, removeOne and native array splice implementation. Are these make sense in this repository?

7

Salakar commented 7 years ago

@noevents published to npm today. Thanks again.