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

Correct node engine field in package.json #5

Closed Avaq closed 7 years ago

Avaq commented 7 years ago

In the README, as well as in the Travis configuration, the Node version goes down to 0.10. I think the package.json states the wrong minimum version number.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling c18fab5492b2ca0c544f91a407eae18162e99e86 on Avaq:patch-1 into 51ff1aefe182491ddfde394262edaea6889ffcf2 on Salakar:master.

Avaq commented 7 years ago

May I use this opportunity to ask whether this package is still maintained, and still the better performing one?

Salakar commented 7 years ago

It is still maintained yes, and afaik still the most performant.

Thanks for the PR also