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.
Hello, can you add one more Constructor to denque that creates a double-ended queue with custom initial capacity? Currently there are only one default constructor and one that receives an array.
Hello, can you add one more Constructor to denque that creates a double-ended queue with custom initial capacity? Currently there are only one default constructor and one that receives an array.